Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail198.d
blob: 1a096f4c38652ae32317b94398f212a268950507 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail198.d(8): Error: template instance `test!42` template `test` is not defined
---
*/
int
x
=
test
!(
42
);