Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
ice11626.d
blob: 5dc5d5c1e6619d2e24c867b4c39150c4691ae841 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/ice11626.d(8): Error: undefined identifier `Bar`
---
*/
void
foo
(
in
ref
Bar
)
{}