mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 09:37:20 +00:00
9 lines
212 B
ArmAsm
9 lines
212 B
ArmAsm
|
# RUN: llvm-mc %s | FileCheck %s
|
||
|
|
||
|
# CHECK: TEST0:
|
||
|
# CHECK: .include "some/include/file"
|
||
|
# CHECK: .include "mary had a little lamb"
|
||
|
TEST0:
|
||
|
.include "some/include/file"
|
||
|
.include "mary had a little lamb"
|