add test2

llvm-svn: 38845
This commit is contained in:
Chris Lattner 2006-08-10 04:59:23 +00:00
parent c951dae2a4
commit 905caf37a0
1 changed files with 12 additions and 0 deletions

View File

@ -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)
;
}