Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
gag4269a.d
blob: 3ab4db778679e4bf93bb5b7cb8006c75bca817c7 [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---
fail_compilation/gag4269a.d(12): Error: undefined identifier `B`
---
*/
static
if
(
is
(
typeof
(
A4269
.
sizeof
)))
{}
class
A4269
{
void
foo
(
B b
);
}