1 
2 int multiply20(int a);
3 
4 #define PREPROC_INCLUDE_C "preproc_include_c.h"
5 
6 #include PREPROC_INCLUDE_C
7 
8