comparison tangotests/asm4.d @ 230:79d8f6b3fbaf trunk

[svn r246] fixed asm4 test
author lindquist
date Sat, 07 Jun 2008 21:38:14 +0200
parents cac3d27ae481
children
comparison
equal deleted inserted replaced
229:cac3d27ae481 230:79d8f6b3fbaf
15 L3:; 15 L3:;
16 push fmt; 16 push fmt;
17 call printf; 17 call printf;
18 pop EAX; 18 pop EAX;
19 } 19 }
20 if (x)
21 {
22 printf("foobar\n");
23 }
24 else
25 {
26 printf("baz\n");
27 }
28 } 20 }
29
30 extern(C) extern int x;