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
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
oalign2.ads
blob
abe4aca275fe41892f8d64e33ffbf1c664e805db
1
2
package
Oalign2
is
3
Klunk2
:
Integer
:=
12
;
4
for
Klunk2
'Alignment
use
Standard
'Maximum_Alignment
;
5
end
;