Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
test19750.d
blob: 0d57749c95582d77bb977931f0ac58cce64d4a12 [
file
] [
log
] [
blame
]
// REQUIRED_ARGS: -Icompilable/imports
// EXTRA_FILES: imports/test19750a.d imports/test19750b.d imports/test19750c.d imports/test19750d.d
import
test19750b
;
class
Foo
{
import
test19750a
;
void
func
(
Bar
)
{}
}