Commit 10fb8ecd by Arnaud Charlet Committed by Arnaud Charlet

* gnat.dg/test_ai254.adb: New test.

From-SVN: r138609
parent d27653b8
2008-08-04 Arnaud Charlet <charlet@adacore.com>
* gnat.dg/bip_aggregate_bug.adb: New test.
* gnat.dg/test_ai254.adb: New test.
2008-08-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
......
-- { dg-do compile }
procedure test_ai254 is
function Func
(Obj : not null access protected function (X : Float) return Float)
return not null access protected function (X : Float) return Float is
begin
return null;
end;
begin
null;
end;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment