Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9f49676a8a6720bb69e93fa3fecd70fa84d05c20
/
.
/
compiler-rt
/
test
/
safestack
/
init.c
blob: cff75f5f8939d77cdcf1314876e5626abef914f0 [
file
] [
log
] [
blame
]
Peter Collingbourne
b64d0b1
2015-06-15 21:08:47 +0000
[
diff
] [
blame
]
1
// RUN: %clang_safestack %s -o %t
2
// RUN: %run %t
3
4
// Basic smoke test for the runtime library.
5
6
int
main
(
int
argc
,
char
**
argv
)
7
{
8
return
0
;
9
}