repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged with mainline at revision 128810.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
oalign1.ads
blob
26fec130edd1297b1df3c8fe09afc53c91ebe5f9
1
2
package
Oalign1
is
3
Klunk1
:
Integer
:=
12
;
4
for
Klunk1
'Alignment
use
Standard
'Maximum_Alignment
;
5
end
;