presentations/highlight-js/test/markup/cpp/preprocessor.txt

14 lines
160 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
#include <iostream>
#define foo 1<<16
#ifdef DEBUG
TYPE1 foo(void)
#else
int foo(void)
#endif
{ }
#define x(v) ((v))
# define x(v) ((v))
# define x(v) ((v))