hanchenye-llvm-project/llvm/test/FrontendAda/emit_var.ads

6 lines
144 B
Ada

-- RUN: %llvmgcc -c %s
with Ada.Finalization;
package Emit_Var is
type Search_Type is new Ada.Finalization.Controlled with null record;
end;