Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
gag4269c.d
blob: 1a9383148cd0e898e49cd175a5a7aea43c531379 [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---
fail_compilation/gag4269c.d(10): Error: undefined identifier `T3`, did you mean function `X3`?
---
*/
static
if
(
is
(
typeof
(
X3
.
init
)))
{}
void
X3
(
T3
)
{
}