]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test19108.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test19108.d
1 // REQUIRED_ARGS: -ignore
2
3 // https://issues.dlang.org/show_bug.cgi?id=19108
4
5 pragma(unknown_global);
6 void main()
7 {
8 pragma(unknown_local); // Error: unrecognized pragma
9 }