]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gdc.test/runnable/imports/a9741.d
Add D front-end, libphobos library, and D2 testsuite.
[gcc.git] / gcc / testsuite / gdc.test / runnable / imports / a9741.d
1 module imports.a9741b;
2
3 template ShowAttributes(alias X)
4 {
5 pragma(msg, X.stringof);
6 pragma(msg, __traits(getAttributes, X));
7 }
This page took 0.064179 seconds and 5 git commands to generate.