AMDGPU: Make vector_shuffle legal for v2i32 with v_pk_mov_b32 (#123684)
[llvm-project.git] / lld / test / wasm / Inputs / ctor-start.s
blob87fa3a95bdb140cc7e67254892850a0c07afb010
1 .functype lib_func () -> ()
3 .globl _start
4 _start:
5 .functype _start () -> ()
6 call lib_func
7 end_function