blob: fee958ddcbff46cbe310b00a819a3f73573b2348 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice11086.d(10): Error: template instance `foo!A` template `foo` is not defined
---
*/
struct A
{
foo!(A) l1,l2;
}