summaryrefslogtreecommitdiff
path: root/Tests/Preprocess/preprocess.h.in
blob: e058a584e9c4391624de29810782340cb1f648ab (plain)
1
2
3
4
5
6
7
8
9
10
/* Define configured macros.  */
#define STRING_VALUE "@STRING_VALUE@"
#define EXPR @EXPR@
#cmakedefine PREPROCESS_XCODE

/* Declarations and macros shared by all sources.  */
#define TO_STRING(x) TO_STRING0(x)
#define TO_STRING0(x) #x

static int f(int i) { return i*3; }