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