]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/perf/config/feature-checks/test-hello.c
c9f398d8786820588da652a7a89ef5c3e729127b
[karo-tx-linux.git] / tools / perf / config / feature-checks / test-hello.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         return puts("hi");
6 }