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