Fix broken MinGW build of gcc.c
[official-gcc.git] / gcc / testsuite / g++.dg / warn / pragma-system_header1.C
blob489761b5b2fcc68ba4707c065fe491ab5b6fe913
1 // PR c++/30500
2 // { dg-options "-Wconversion" }
4 #include "pragma-system_header1.h"
6 void f()
8   g<int>();
9   h<int>();