aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/pragma-system_header1.h
blob: 684c6bf12ba5c4d6e684b03093e5cd77812ebd3e (plain)
1
2
3
4
5
6
7
#pragma GCC system_header

template <typename T>
  int g() { double d = 0.1; return d; }
   
template <typename T>
  T h() { double d = 0.1; return d; }