projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc95a54
)
Testcase for handling of static constant declarations in EmitBIND_EXPR.
author
Duncan Sands
<baldrick@free.fr>
Mon, 5 Mar 2007 08:39:58 +0000
(08:39 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Mon, 5 Mar 2007 08:39:58 +0000
(08:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34927
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/AdaFrontend/emit_var.ads
[new file with mode: 0644]
patch
|
blob
diff --git a/test/AdaFrontend/emit_var.ads
b/test/AdaFrontend/emit_var.ads
new file mode 100644
(file)
index 0000000..
b8d5f8f
--- /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;