1// RUN: llvm-mc -triple aarch64-none-linux-gnu < %s | FileCheck %s2 3// Test that a single slash is not mistaken as the start of comment.4 5//CHECK: mov x0, #166 movz x0, #(32 / 2)7