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

9 lines
62 B
C

#if !defined(AAA_1)
# define AAA_1
# include "b.h"
#endif