linux/tools/perf/config/feature-checks/test-stackprotector-all.c

7 lines
59 B
C

#include <stdio.h>
int main(void)
{
return puts("hi");
}