mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-05 00:06:07 +00:00
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
|
; RUN: FileCheck -input-file %s %s
|
||
|
|
||
|
bar
|
||
|
foo
|
||
|
foo
|
||
|
zed
|
||
|
|
||
|
CHECK-LABEL: {{^}}bar
|
||
|
CHECK: {{^}}[[FOO:foo]]
|
||
|
CHECK-DAG: {{^}}[[FOO]]
|
||
|
CHECK-LABEL: {{^}}zed
|