Files
archived-mbuild/tests/circular-dep/c.h
Mark Charney 52ceb3152e initial commit
Change-Id: I6fc3fd7babab231f4389689f9166e04ffba70136
2016-12-15 14:25:06 -05:00

6 lines
59 B
C

#if !defined(CCC_1)
# define CCC_1
# include "a.h"
#endif