12 lines · plain
1# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o -| \2# RUN: llvm-objdump -d - | FileCheck %s3 4.globl foo5.type foo, @object6foo:7.ascii "this is a test"8 9# CHECK: <foo>:10# CHECK: 0:{{.*}}this is11# CHECK: 8:{{.*}}a test12