Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail320.d
blob: 3a80dd55ce3221bf91e2e2d5ef3bfdadc9e82117 [
file
] [
log
] [
blame
]
/*
TEST_OUTPUT:
---
fail_compilation/fail320.d(10): Error: no overload matches for foo
---
*/
import
imports
.
fail320a
;
import
imports
.
fail320b
;
void
main
()
{
foo
();
}