blob: 3ab4db778679e4bf93bb5b7cb8006c75bca817c7 [file] [log] [blame]
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---
fail_compilation/gag4269a.d(12): Error: undefined identifier `B`
---
*/
static if(is(typeof(A4269.sizeof))) {}
class A4269
{
void foo(B b);
}