]> git.ipfire.org Git - people/ms/gcc.git/blob - gcc/testsuite/gdc.test/compilable/extra-files/header18365.d
64d8ad073cf54f4a0db93848faf0056e4c20b831
[people/ms/gcc.git] / gcc / testsuite / gdc.test / compilable / extra-files / header18365.d
1 module foo.bar.ba;
2 nothrow pure @nogc @safe package(foo)
3 {
4 void foo();
5 nothrow pure @nogc @safe package(foo.bar) void foo2();
6 }