blob: 04ccdf3e4f7e363290f05f37ed279a134a83096b [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/ice13027.d(9): Error: template instance b!"c" template 'b' is not defined
---
*/
void main()
{
scope a = b!"c";
}