No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / pragma-once-1b.h
blob9c17db4dd517b33384c77ca9a3ef73bd7163ba28
1 #ifndef _B_H_
2 #define _B_H_
4 #pragma once
6 #include "pragma-once-1c.h"
8 #endif