1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
3 ; Test that main function with expected signature is not wrapped
5 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
6 target triple = "wasm32-unknown-unknown"
8 define i32 @main(i32 %a, i8** %b) {
13 ; CHECK-NEXT: .functype main (i32, i32) -> (i32)
15 ; CHECK-NOT: __original_main: