[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / llvm / test / MC / WebAssembly / type-checker-disabled.s
blob6840711d36f452c7271995318eb180f9782e7740
1 # RUN: llvm-mc -triple=wasm32 -no-type-check %s 2>&1
3 # Check no errors are produced when type checking is disabled.
5 correctly_typed:
6 .functype correctly_typed () -> (i32)
7 i32.const 1
8 end_function
10 incorrectly_typed:
11 .functype incorrectly_typed () -> (i32)
12 nop
13 end_function