mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 02:43:14 +01:00
[svn r246] fixed asm4 test
This commit is contained in:
@@ -17,14 +17,4 @@ void main()
|
||||
call printf;
|
||||
pop EAX;
|
||||
}
|
||||
if (x)
|
||||
{
|
||||
printf("foobar\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("baz\n");
|
||||
}
|
||||
}
|
||||
|
||||
extern(C) extern int x;
|
||||
|
||||
Reference in New Issue
Block a user