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: movz    x0, #0x10
6    movz x0, #(32 / 2)
7