brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · 33dbdac Raw
10 lines · c
1// RUN: %clang_cc1 -triple wasm32 -o - -emit-llvm %s | FileCheck %s2 3// Don't mangle the no-arg form of main.4 5int main(void) {6  return 0;7}8 9// CHECK-LABEL: define i32 @main()10