mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-06 05:06:07 +00:00
Bug: tint:1581 Change-Id: I90ce59e89a5b4b9e94de1181ca9d85e9040be3e5 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/99421 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com>
6 lines
65 B
HLSL
6 lines
65 B
HLSL
[numthreads(1, 1, 1)]
|
|
void f() {
|
|
const int r = -1;
|
|
return;
|
|
}
|