Compiler projects using llvm
#ifndef C_QUOTE_H
#define C_QUOTE_H

#define FOO1_QUOTE(x) 2 * x
#define FOO2_QUOTE(x) 2 * x

#endif