(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
inc/
pragma-once-1a.h
       1  #ifndef _A_H_
       2  #define _A_H_
       3  
       4  #include "../pragma-once-1b.h"
       5  
       6  #endif