/trunk/Examples/test-suite/preproc_include_b.h
C++ Header | 7 lines | 3 code | 4 blank | 0 comment | 0 complexity | 08ad6b0458b3851df677d84f12ecdbf1 MD5 | raw file
1 2int multiply20(int a); 3 4#define PREPROC_INCLUDE_C "preproc_include_c.h" 5 6#include PREPROC_INCLUDE_C 7