blob: 41be80140ef3f5433c03b8959e6fa19786c7e834 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail91.d(12): Error: struct `fail91.S` unknown size
---
*/
struct S;
void main()
{
S* s = new S();
}