]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test13902.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test13902.d
1 // REQUIRED_ARGS: -o-
2 // PERMUTE_ARGS:
3
4 void foo()
5 {
6 int a;
7 int* bar() { return &a; }
8 }