repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Really use attribute.
[llvm-complete.git]
/
test
/
FrontendAda
/
fat_fields.ads
blob
d3eab3e28668a9913c09a8194cf2a7cc3d012d6e
1
package
Fat_Fields
is
2
pragma
Elaborate_Body
;
3
type
A
is array
(
Positive
range
<>)
of
Boolean
;
4
type
A_Ptr
is access
A
;
5
P
:
A_Ptr
:=
null
;
6
end
;