mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-14 11:21:40 +00:00
Bug: tint:1043 Change-Id: Ib1f73a02488665d5d7f4e088033207e9647f88c2 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60350 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Ben Clayton <bclayton@google.com> Reviewed-by: David Neto <dneto@google.com>
25 lines
265 B
HLSL
25 lines
265 B
HLSL
SKIP: FAILED
|
|
|
|
void main_1() {
|
|
while (true) {
|
|
float x_600 = 0.0f;
|
|
if (true) {
|
|
break;
|
|
}
|
|
if (true) {
|
|
x_600 = 50.0f;
|
|
}
|
|
break;
|
|
{
|
|
const uint x_82 = uint(x_600);
|
|
}
|
|
}
|
|
return;
|
|
}
|
|
|
|
void main() {
|
|
main_1();
|
|
return;
|
|
}
|
|
|