Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / shadowcallstack / init.c
bloba406e1b140fcdcfa6f1e1019020e34c0651902de
1 // RUN: %clang_scs %s -o %t
2 // RUN: %run %t
4 // Basic smoke test for the runtime
6 #include "libc_support.h"
7 #include "minimal_runtime.h"
9 int scs_main(void) {
10 scs_fputs_stdout("In main.\n");
11 return 0;