aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/fail_compilation/ice13027.d
blob: 5eafe616ec0ef83c8b78fbac28ebd371b52ae702 (plain)
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";
}