mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
7 lines
64 B
C
7 lines
64 B
C
|
|
/* RUN: clang-cc -E %s | grep 'a c'
|
||
|
|
*/
|
||
|
|
#define t(x) #x
|
||
|
|
t(a
|
||
|
|
c)
|
||
|
|
|