1 // PR c++/30500
2 // { dg-options "-Wconversion" }
3 
4 #include "pragma-system_header1.h"
5 
f()6 void f()
7 {
8   g<int>();
9   h<int>();
10 }
11