xref: /aosp_15_r20/external/llvm/test/MC/AArch64/single-slash.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: llvm-mc -triple aarch64-none-linux-gnu < %s | FileCheck %s
2
3// Test that a single slash is not mistaken as the start of comment.
4
5//CHECK: mov    x0, #16
6    movz x0, #(32 / 2)
7