mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
6 lines
137 B
D
6 lines
137 B
D
// EXTRA_FILES: imports/test19187.d
|
|
import imports.test19187;
|
|
void main()
|
|
{
|
|
enum test = __traits(compiles, imports.test19187.foo);
|
|
}
|