]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/imports/imp12242b1.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / imports / imp12242b1.d
1 module imports.imp12242b1;
2
3 // std.string.strip
4 int stripB(C)(C[] str) @safe pure
5 if (is(immutable C == immutable char))
6 {
7 return 1;
8 }