xref: /llvm-project/llvm/test/MC/RISCV/empty-string.s (revision 5b3084e3ab7076ae2904bd459ebf688eb9f7623a)
1// REQUIRES: riscv-registered-target
2// RUN: not llvm-mc -triple riscv32-unknown-linux-gnu < %s 2>&1 | FileCheck %s
3"" # CHECK: error: unrecognized instruction mnemonic
4