blob: a662eaf21bb0e40413c6525e6a3cdacb30be519e [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice9291.d(10): Error: undefined identifier `F`
---
*/
void main() nothrow
{
throw new F();
}