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