12 lines
75 B
C
12 lines
75 B
C
#ifndef B_H
|
|
|
|
#include "a.h"
|
|
|
|
struct b {
|
|
int i;
|
|
};
|
|
|
|
|
|
#define B_H
|
|
#endif
|