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-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
test_allocator_maxalign2.adb
blob
144914d2dc44b6fb551f5c5d0d09a1c0b9753dab
1
-- { dg-do run }
2
3
with
Allocator_Maxalign2
;
4
5
procedure
Test_Allocator_Maxalign2
is
6
begin
7
Allocator_Maxalign2
.
Check
;
8
end
;