xref: /aosp_15_r20/external/ltp/metadata/tests/macro_str.c (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 #define SYSCALL		"syscall(\"foo\")"
2 
3 static struct tst_test test = {
4 	.syscall = SYSCALL,
5 };
6