Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
gag4269g.d
blob: 348207e0d5e5a0ebe9aa3e64bed8f2ede9b6abcc [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---
fail_compilation/gag4269g.d(10): Error: undefined identifier `Y13`, did you mean template `X13(Y13 y)`?
---
*/
static
if
(
is
(
typeof
(
X13
!(
0
).
init
)))
{}
template
X13
(
Y13 y
)
{}