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_lcomm.s
blob
d38805fc479b0de617cf169099c5ae7c3e780834
1
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2
3
# CHECK: TEST0:
4
# CHECK: .zerofill __DATA,__bss,a,7,4
5
# CHECK: .zerofill __DATA,__bss,b,8
6
# CHECK: .zerofill __DATA,__bss,c,0
7
TEST0
:
8
.lcomm a, 8-1, 4
9
.lcomm b,8
10
.lcomm c, 0