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