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;