Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f391883670caecc01973bc6c69fc1f22c20a2612
/
.
/
llvm
/
test
/
FrontendAda
/
emit_var.ads
blob: 35d45448cb6ddf4df9039a3022e6e41e521a307b [
file
] [
log
] [
blame
]
--
RUN
:
%
llvmgcc
-
c
%
s
with
Ada
.
Finalization
;
package
Emit_Var
is
type
Search_Type
is
new
Ada
.
Finalization
.
Controlled
with
null
record
;
end
;