(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
pragma-once-1b.h
       1  #ifndef _B_H_
       2  #define _B_H_
       3  
       4  #pragma once
       5  
       6  #include "pragma-once-1c.h"
       7  
       8  #endif