[llvm-commits] CVS: llvm/test/AdaFrontend/emit_var.ads

Duncan Sands baldrick at free.fr
Mon Mar 5 00:40:15 PST 2007



Changes in directory llvm/test/AdaFrontend:

emit_var.ads added (r1.1)
---
Log message:

Testcase for handling of static constant declarations in EmitBIND_EXPR.


---
Diffs of the changes:  (+5 -0)

 emit_var.ads |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/AdaFrontend/emit_var.ads
diff -c /dev/null llvm/test/AdaFrontend/emit_var.ads:1.1
*** /dev/null	Mon Mar  5 02:40:08 2007
--- llvm/test/AdaFrontend/emit_var.ads	Mon Mar  5 02:39:58 2007
***************
*** 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;






More information about the llvm-commits mailing list