summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-stackprotector-all.c
blob: c8a57194f9f29b8f9b2f01114c043e64a1c60d2a (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>

int main(void)
{
	return puts("hi");
}