blob: 0b2ee3060e396ad8c84e80df316b43d0cf46069b [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;
}