]> Pileus Git - ~andy/linux/blob - tools/perf/config/feature-checks/test-hello.c
Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[~andy/linux] / tools / perf / config / feature-checks / test-hello.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         return puts("hi");
6 }