Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
controlled4.adb
blob: f8159c9204dd4c943764f4a69b3b9bfca82c1420 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatws"
}
package
body controlled4
is
procedure
Test_Suite
is
begin
Add_Test
(
new
Test_Case
'(Test_Case1 with Link_Under_Test => 300));
end Test_Suite;
end;