Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / ada / acats / support / impbit.adb
blob5e189b0625702e8996d864b51a52d6053cc7114a
1 with System;
2 with Ada.Text_IO;
3 procedure Impbit is
4 begin
5 Ada.Text_IO.Put_Line (System.Address'Size'Img);
6 end Impbit;