d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail91.d
blob41be80140ef3f5433c03b8959e6fa19786c7e834
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/fail91.d(12): Error: struct `fail91.S` unknown size
5 ---
6 */
8 struct S;
10 void main()
12 S* s = new S();