Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice13027.d
blob: 5eafe616ec0ef83c8b78fbac28ebd371b52ae702 [
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"
;
}