(root)/
gcc-13.2.0/
gcc/
testsuite/
ada/
acats/
support/
impbit.adb
with System;
with Ada.Text_IO;
procedure Impbit is
begin
   Ada.Text_IO.Put_Line (System.Address'Size'Img);
end Impbit;