diff --git a/tangotests/asm4.d b/tangotests/asm4.d index 6c540792..0649bebd 100644 --- a/tangotests/asm4.d +++ b/tangotests/asm4.d @@ -17,14 +17,4 @@ void main() call printf; pop EAX; } - if (x) - { - printf("foobar\n"); - } - else - { - printf("baz\n"); - } } - -extern(C) extern int x;