Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gnat.dg / ghost1.ads
blobafbcc2fbf18025b4ef7c7b32b75686c86eb0778e
1 package Ghost1 is
2 type Ghost_Typ is record
3 Data : Integer;
4 end record
5 with Ghost;
7 procedure Spec_And_Body (Obj : Ghost_Typ)
8 with Ghost;
9 end Ghost1;