repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
MC
/
AsmParser
/
directive_space.s
blob
a897654c07c480b7de6c74e466a712af0e8fab44
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: .byte 0
5
TEST0
:
6
.space 1
7
8
# CHECK: TEST1:
9
# CHECK: .byte 3
10
# CHECK: .byte 3
11
TEST1
:
12
.space 2, 3