Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
test22574.d
blob: 2a7b8849816b81b3ee12bc33f16b3e2b06b73fc0 [
file
] [
log
] [
blame
]
//https://issues.dlang.org/show_bug.cgi?id=22574
/*
TEST_OUTPUT:
---
fail_compilation/test22574.d(100): Error: undefined identifier `x`
---
*/
#line
100
template
test
(
x
*
x
)
{
}