mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-18 16:03:17 +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…
x
Reference in New Issue
Block a user