M7350/kernel/tools/perf/config/feature-checks/test-hello.c

7 lines
59 B
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
#include <stdio.h>
int main(void)
{
return puts("hi");
}