rt_gccstream/gcc/testsuite/gcc.dg/cpp/pragma-once-1d.h

7 lines
65 B
C

#ifndef _D_H_
#define _D_H_
#include "pragma-once-1b.h"
#endif