]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gnat.dg/class_wide3.adb
exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Remove the code at...
[gcc.git] / gcc / testsuite / gnat.dg / class_wide3.adb
1 with Ada.Text_IO; use Ada.Text_IO;
2 with Class_Wide3_Pkg; use Class_Wide3_Pkg;
3
4 procedure Class_Wide3 is
5 DC : Disc_Child := (N => 1, I => 3, J => 5);
6 begin
7 DC.Put_Line;
8 end Class_Wide3;
This page took 0.037997 seconds and 5 git commands to generate.