aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/AdaFrontend/emit_var.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/AdaFrontend/emit_var.ads b/test/AdaFrontend/emit_var.ads
new file mode 100644
index 0000000000..b8d5f8f581
--- /dev/null
+++ b/test/AdaFrontend/emit_var.ads
@@ -0,0 +1,5 @@
+-- RUN: %llvmgcc -c %s -o /dev/null
+with Ada.Finalization;
+package Emit_Var is
+ type Search_Type is new Ada.Finalization.Controlled with null record;
+end;