llvm/lldb/test/API/riscv/break-undecoded/compressed.c

int main() {
  // This instruction is not valid, but we have an ability to set
  // software breakpoint.
  // This results in illegal instruction during execution, not fail to set
  // breakpoint
  asm volatile(".2byte 0xaf");
}