[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / llvm / test / MC / WebAssembly / export-name-invalid.s
blobad322ce949f5ec9825bf7c18c7da6fb2700d1fc1
1 # RUN: not llvm-mc -triple=wasm32 %s 2>&1 | FileCheck %s
3 # CHECK: [[#@LINE+1]]:14: error: Expected identifier, got: 42
4 .export_name 42
6 # CHECK: [[#@LINE+1]]:17: error: Expected ,, instead got:
7 .export_name foo
9 # CHECK: [[#@LINE+1]]:18: error: Expected identifier, got:
10 .export_name foo,
12 # CHECK: [[#@LINE+1]]:22: error: Expected EOL, instead got: ,
13 .export_name foo, bar,