opnsense-src/test/Preprocessor/macro_paste_spacing.c
2009-06-02 17:58:47 +00:00

7 lines
65 B
C

// RUN: clang-cc %s -E | grep "^xy$"
#define A x ## y
blah
A