brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · 7cc97f9 Raw
10 lines · plain
1# RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t2# RUN: FileCheck -input-file %t %s3 4 5	.extern foo6 7# CHECK: : expected absolute expression8. = foo + 109	.byte 110