MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail11038.d
blob331c3fc5892d12db1afbe033f33043608fa981bc
1 // https://issues.dlang.org/show_bug.cgi?id=11038
2 /*
3 TEST_OUTPUT:
4 ---
5 fail_compilation/fail11038.d(16): Error: `printf` is not defined, perhaps `import core.stdc.stdio;` is needed?
6 ---
7 */
9 static
11 import core.stdc.stdio;
14 void main()
16 printf("foo"); // compiles