mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Testcase for handling of static constant declarations in EmitBIND_EXPR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc95a5487c
commit
d1d75b4dcb
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…
x
Reference in New Issue
Block a user