repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
shadowcallstack
/
init.c
blob
a406e1b140fcdcfa6f1e1019020e34c0651902de
1
// RUN: %clang_scs %s -o %t
2
// RUN: %run %t
3
4
// Basic smoke test for the runtime
5
6
#include
"libc_support.h"
7
#include
"minimal_runtime.h"
8
9
int
scs_main
(
void
) {
10
scs_fputs_stdout
(
"In main.
\n
"
);
11
return
0
;
12
}