aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/ada/acats/support/impbit.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/testsuite/ada/acats/support/impbit.adb')
-rw-r--r--gcc-4.9/gcc/testsuite/ada/acats/support/impbit.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/testsuite/ada/acats/support/impbit.adb b/gcc-4.9/gcc/testsuite/ada/acats/support/impbit.adb
new file mode 100644
index 000000000..5e189b062
--- /dev/null
+++ b/gcc-4.9/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;