forked from OSchip/llvm-project
parent
c951dae2a4
commit
905caf37a0
|
@ -4,3 +4,15 @@ int test1() {
|
|||
{ ; { ;;}} ;;
|
||||
}
|
||||
|
||||
int test2() {
|
||||
if (0) { if (1) {} } else { }
|
||||
|
||||
do { } while (0);
|
||||
|
||||
while (0) while(0) do ; while(0);
|
||||
|
||||
for (0;0;0)
|
||||
for (;;)
|
||||
for (9;0;2)
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue