mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
10 lines
131 B
D
10 lines
131 B
D
/*
|
|
EXTRA_FILES: imports/test11225b.d imports/test11225c.d
|
|
TEST_OUTPUT:
|
|
---
|
|
WORKS
|
|
---
|
|
*/
|
|
|
|
import imports.test11225b;
|
|
interface I {}
|