mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Test that ".byte 1, 2, 3, 4" does the right thing.
Requested by nbjoerg! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
65891533a3
commit
be234dabf4
@ -56,3 +56,10 @@ TEST6:
|
||||
# CHECK: .byte 35
|
||||
# CHECK: .byte 9
|
||||
# CHECK: .byte 10
|
||||
|
||||
TEST7:
|
||||
.byte 1, 2, 3, 4
|
||||
# CHECK: .byte 1
|
||||
# CHECK-NEXT: .byte 2
|
||||
# CHECK-NEXT: .byte 3
|
||||
# CHECK-NEXT: .byte 4
|
||||
|
Loading…
Reference in New Issue
Block a user