brintos

brintos / llvm-project-archived public Read only

0
0
Text · 145 B · cff75f5 Raw
10 lines · c
1// RUN: %clang_safestack %s -o %t2// RUN: %run %t3 4// Basic smoke test for the runtime library.5 6int main(int argc, char **argv)7{8  return 0;9}10