Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
build
/
feature
/
test-stackprotector-all.c
Text
·
95 B
·
c8a5719
Raw
8 lines · c
1
// SPDX-License-Identifier: GPL-2.0
2
#include <stdio.h>
3
4
int main(void)
5
{
6
return puts("hi");
7
}
8