brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · a406e1b Raw
13 lines · c
1// RUN: %clang_scs %s -o %t2// RUN: %run %t3 4// Basic smoke test for the runtime5 6#include "libc_support.h"7#include "minimal_runtime.h"8 9int scs_main(void) {10  scs_fputs_stdout("In main.\n");11  return 0;12}13