summaryrefslogtreecommitdiff
path: root/Examples/test-suite/preproc_include_b.h
blob: b7cfd530e3f7c80a2f4dc89246b9ef5c4cf4295d (plain)
1
2
3
4
5
6
7

int multiply20(int a);

#define PREPROC_INCLUDE_C "preproc_include_c.h"

#include PREPROC_INCLUDE_C