Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
dip22e.d
blob: f118cf12340f43fff7ca0867b18d5484a1b998c9 [
file
] [
log
] [
blame
]
/*
EXTRA_FILES: imports/dip22d.d imports/dip22e.d
TEST_OUTPUT:
---
fail_compilation/dip22e.d(14): Error: undefined identifier `foo`, did you mean struct `Foo`?
---
*/
import
imports
.
dip22d
;
import
imports
.
dip22e
;
void
test
()
{
foo
();
bar
(
12
);
}