diff options
Diffstat (limited to 'gcc/testsuite/ada/acats/support/impbit.adb')
-rw-r--r-- | gcc/testsuite/ada/acats/support/impbit.adb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ada/acats/support/impbit.adb b/gcc/testsuite/ada/acats/support/impbit.adb new file mode 100644 index 000000000..5e189b062 --- /dev/null +++ b/gcc/testsuite/ada/acats/support/impbit.adb @@ -0,0 +1,6 @@ +with System; +with Ada.Text_IO; +procedure Impbit is +begin + Ada.Text_IO.Put_Line (System.Address'Size'Img); +end Impbit; |