d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / filefullpath_18911.d
blob3d88ac243426a34f8901aae68a5c92c54be0dbae
1 // REQUIRED_ARGS: -Icompilable/imports -c -o-
2 // EXTRA_FILES: imports/a18911.d
4 import a18911;
6 enum THIS_FILE = __FILE_FULL_PATH__;
7 enum suffix_this = "filefullpath_18911.d";
9 static assert(THIS_FILE[0..$-suffix_this.length-1] == A_FILE[0..$-suffix_a.length-1]);