OSDN Git Service

2005-02-15 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / 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