1 // PR c++/32368
2 // { dg-options "-Wall -O" }
3 
4 #include "pragma-system_header3.h"
5 
main()6 int main()
7 {
8 	return f();
9 }
10