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