1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/test/FrontendAda/emit_var.ads

6 lines
144 B
Ada
Raw Normal View History

-- RUN: %llvmgcc -c %s
2007-04-03 23:46:22 +02:00
with Ada.Finalization;
package Emit_Var is
type Search_Type is new Ada.Finalization.Controlled with null record;
end;