OSDN Git Service

* gnat.dg/lto[12456].adb: Add "target lto" marker.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / test_image.adb
1 -- { dg-do run }
2
3 with test_image_p;
4 procedure test_image is
5   my_at5c : test_image_p.a_type5_class;
6 begin
7   my_at5c := new test_image_p.type5;
8 end;