]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test6319.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test6319.d
1 // REQUIRED_ARGS: -debug
2
3 int x;
4
5 void main() pure
6 {
7 debug
8 {
9 {
10 x = 0;
11 }
12 }
13 }