unplugged-system/external/ltp/metadata/tests/macro_str.c

6 lines
93 B
C

#define SYSCALL "syscall(\"foo\")"
static struct tst_test test = {
.syscall = SYSCALL,
};