]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/runnable/test13504.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / gcc / testsuite / gdc.test / runnable / test13504.d
1 // REQUIRED_ARGS: -O -cov
2
3 bool func(T)()
4 {
5 return true;
6 }
7
8 void main()
9 {
10 assert(func!int() || int.sizeof);
11 }
This page took 0.036012 seconds and 5 git commands to generate.