blob: 54de47b208d815ab8fdb028da174e77d6ce5cc6a [file] [log] [blame]
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o -| \
# RUN: llvm-objdump -d - | FileCheck %s
.globl foo
.type foo, @object
foo:
.ascii "this is a test"
# CHECK: <foo>:
# CHECK: 0:{{.*}}this is
# CHECK: 8:{{.*}}a test