]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.dg/imports/gdc36.d
c++: Stop defining true, false and bool as macros in <stdbool.h>
[thirdparty/gcc.git] / gcc / testsuite / gdc.dg / imports / gdc36.d
1 module imports.gdc36;
2
3 private import gdc36;
4
5 void test36d_1()
6 {
7 auto parser = Parser!(char[])();
8 }