tegrakernel/kernel/kernel-4.9/tools/build/feature/test-stackprotector-all.c

7 lines
59 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#include <stdio.h>
int main(void)
{
return puts("hi");
}