[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / WebAssembly / main-with-args.ll
blobc6782c39760218df368cbbcb8018c9183a107998
1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
3 ; Test that main function with expected signature is not wrapped
5 target triple = "wasm32-unknown-unknown"
7 define i32 @main(i32 %a, i8** %b) {
8   ret i32 0
11 ; CHECK-LABEL: main:
12 ; CHECK-NEXT: .functype main (i32, i32) -> (i32)
14 ; CHECK-NOT: __original_main: