Merge from trunk @ 138209
[official-gcc.git] / gcc / testsuite / g++.dg / warn / pragma-system_header5.C
blob771db3d7ce769317023563e4341cf2c81159db27
1 // PR c++/36760
2 // { dg-options "-Wextra" }
4 #include "pragma-system_header5.h"
6 void f()
8   g<const double>();
9   g<volatile void>();