brintos

brintos / llvm-project-archived public Read only

0
0
Text · 225 B · dba663f Raw
9 lines · plain
1// RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t1 > %t22// RUN: FileCheck < %t1 %s3 4// CHECK: error: expected ']' in brackets expression5.size	x, [.-x)6 7// CHECK: :[[#@LINE+1]]:14: error: expected ')'8.size	y, (.-y]9