mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
7 lines
215 B
D
7 lines
215 B
D
// 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 ) {}
|
|
}
|