Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / inc / pragma-once-1a.h
blob7de64121662cccffccfae49e3d5d2f7a207d7d0e
1 #ifndef _A_H_
2 #define _A_H_
4 #include "../pragma-once-1b.h"
6 #endif