(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
pragma-system_header3.h
       1  #pragma GCC system_header
       2  
       3  static inline int f()
       4  {
       5  	int i;
       6  	return i;
       7  }