aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/pragma-system_header1.C
blob: 489761b5b2fcc68ba4707c065fe491ab5b6fe913 (plain)
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>();
}