You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
|
|
|
|
# CHECK: TEST0:
|
|
# CHECK: .desc foo,16
|
|
# CHECK: .desc bar,4
|
|
TEST0:
|
|
.desc foo,0x10
|
|
.desc bar, 1 +3
|