OSDN Git Service

2009-02-02 Richard Guenther <rguenther@suse.de>
[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 }