dmd/compiler/test/fail_compilation/fail126.d
2022-07-09 18:53:07 +02:00

10 lines
124 B
D

/*
TEST_OUTPUT:
---
fail_compilation/fail126.d(8): Error: forward reference to `test`
---
*/
void test(typeof(test) p)
{
}