blob: cb1311bd36f4d349796832c16f843b5571f438dd [file] [log] [blame]
Ben Clayton2c1fbe82021-07-30 17:18:36 +00001SKIP: FAILED
2
David Netod1a026e2021-07-30 16:03:06 +00003static uint var_1 = 0u;
4
5void main_1() {
Ben Claytone5919ac2022-01-14 17:16:32 +00006 [loop] while (true) {
David Netod1a026e2021-07-30 16:03:06 +00007 if (false) {
8 break;
9 }
10 }
11 return;
12}
13
14void main() {
15 main_1();
16 return;
17}
Ben Clayton2c1fbe82021-07-30 17:18:36 +000018warning: DXIL.dll not found. Resulting DXIL will not be signed for use in release environments.
19
20error: validation errors
Ben Claytone5919ac2022-01-14 17:16:32 +000021/tmp/tint_lRzVSG:12: error: Loop must have break.
Ben Clayton2c1fbe82021-07-30 17:18:36 +000022Validation failed.
23
24
25