mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
7 lines
265 B
D
7 lines
265 B
D
// REQUIRED_ARGS: -c
|
|
// EXTRA_FILES: imports/test18771a.d imports/test18771b.d imports/test18771c.d imports/test18771d.d
|
|
// https://issues.dlang.org/show_bug.cgi?id=18771
|
|
|
|
import imports.test18771c, imports.test18771d;
|
|
|
|
static assert(__traits(isSame, fooC, fooD));
|