mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +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
|