summaryrefslogtreecommitdiffstats
path: root/test/FrontendAda/emit_var.ads
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendAda/emit_var.ads')
-rw-r--r--test/FrontendAda/emit_var.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/FrontendAda/emit_var.ads b/test/FrontendAda/emit_var.ads
new file mode 100644
index 0000000..35d4544
--- /dev/null
+++ b/test/FrontendAda/emit_var.ads
@@ -0,0 +1,5 @@
+-- RUN: %llvmgcc -c %s
+with Ada.Finalization;
+package Emit_Var is
+ type Search_Type is new Ada.Finalization.Controlled with null record;
+end;