OSDN Git Service

PR tree-optimization/52019
[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