c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / dinst_pkg.adb
blob09a9baea1e4e247abe1de2afacb70ff4eaf27184
1 with Ada.Text_IO; use Ada.Text_IO;
2 package body DInst_Pkg is
3 procedure Foo is
4 begin
5 Put_Line ("hello there");
6 end;
7 end;