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