diff options
Diffstat (limited to 'tools/perf/config/feature-checks/test-hello.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-hello.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/test-hello.c b/tools/perf/config/feature-checks/test-hello.c new file mode 100644 index 00000000000..c9f398d8786 --- /dev/null +++ b/tools/perf/config/feature-checks/test-hello.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(void) +{ + return puts("hi"); +} |