OSDN Git Service

2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / warn / pragma-system_header3.C
1 // PR c++/32368
2 // { dg-options "-Wall -O" }
3
4 #include "pragma-system_header3.h"
5
6 int main()
7 {
8         return f();
9 }