6 lines
93 B
C
6 lines
93 B
C
|
|
#define SYSCALL "syscall(\"foo\")"
|
||
|
|
|
||
|
|
static struct tst_test test = {
|
||
|
|
.syscall = SYSCALL,
|
||
|
|
};
|