MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / ctypes.d
blob9f5ff18f7515b365d26634d25bcd4726ee5475df
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/ctypes.d(11): Error: use `real` instead of `long double`
5 fail_compilation/ctypes.d(12): Error: use `long` for a 64 bit integer instead of `long long`
6 ---
7 */
9 void test()
11 long double r;
12 long long ll;