package Strub_Attr isprocedure P (X :Integer);pragma Machine_Attribute (P,"strub","internal");function F (X :Integer)returnInteger;pragma Machine_Attribute (F,"strub");
X :Integer:=0;pragma Machine_Attribute (X,"strub");function G returnInteger;end Strub_Attr;