mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
Testcase for handling of static constant declarations in EmitBIND_EXPR.
llvm-svn: 34927
This commit is contained in:
parent
8aee7f8a56
commit
5498a32001
5
test/AdaFrontend/emit_var.ads
Normal file
5
test/AdaFrontend/emit_var.ads
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user