MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail19911c.d
blobc1c654942c6305c2e0ea0ca28ee2616583ecdd01
1 /*
2 DFLAGS:
3 TEST_OUTPUT:
4 ---
5 fail_compilation/fail19911c.d(14): Error: function `object.fun` `object.TypeInfo` could not be found, but is implicitly used in D-style variadic functions
6 ---
7 */
9 module object;
11 class Object { }
12 class TypeInfo_Tuple { }
14 void fun(...)