brintos

brintos / llvm-project-archived public Read only

0
0
Text · 185 B · 83e87bc Raw
7 lines · plain
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