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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
controlled4.adb
blob
f8159c9204dd4c943764f4a69b3b9bfca82c1420
1
-- { dg-do compile }
2
-- { dg-options "-gnatws" }
3
4
package body
controlled4
is
5
procedure
Test_Suite
is
6
begin
7
Add_Test
8
(
new
Test_Case
'(Test_Case1 with Link_Under_Test => 300));
9
end Test_Suite;
10
end;