blob: 280fde90aaadc2f9779c88a4f5e6536ca416b74d [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/fail126.d(8): Error: forward reference to 'test'
---
*/
void test(typeof(test) p)
{
}