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