Sign in
cobalt
/
cobalt
/
03affbc4572772eb9eef7f3df4038cc60001eea6
/
.
/
src
/
third_party
/
llvm-project
/
compiler-rt
/
test
/
shadowcallstack
/
init.c
blob: a406e1b140fcdcfa6f1e1019020e34c0651902de [
file
] [
log
] [
blame
]
// RUN: %clang_scs %s -o %t
// RUN: %run %t
// Basic smoke test for the runtime
#include
"libc_support.h"
#include
"minimal_runtime.h"
int
scs_main
(
void
)
{
scs_fputs_stdout
(
"In main.\n"
);
return
0
;
}