Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gnat.dg / bip_cu.adb
blob39790cdc6332575a5be762c4dabf0ac9fff996c7
1 -- { dg-do compile }
3 with BIP_CU_T; use BIP_CU_T;
4 with BIP_CU_Constructor;
6 procedure BIP_CU is
7 Value : constant T := BIP_CU_Constructor;
8 begin
9 null;
10 end;