OSDN Git Service

* tree.c (free_lang_data_in_one_sizepos): New inline function.
[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;