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

9 lines
79 B
C

#ifndef _B_H_
#define _B_H_
#pragma once
#include "pragma-once-1c.h"
#endif