1 2 3 4 5 6 7 8 9 10
/* TEST_OUTPUT: --- fail_compilation/ice13027.d(9): Error: template instance `b!"c"` template `b` is not defined --- */ void main() { scope a = b!"c"; }