1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
3 ; Test that main function with a non-standard third argument is
6 target triple = "wasm32-unknown-unknown"
8 define i32 @main(i32 %a, ptr %b, ptr %c) {
13 ; CHECK-NEXT: .functype main (i32, i32, i32) -> (i32)
15 ; CHECK-NOT: __original_main: