5 lines
84 B
C
5 lines
84 B
C
// Include definition of A into the same module as c.h
|
|
#include "a.h"
|
|
|
|
struct B {};
|