blob: b8d5f8f581e27e44aa3aecafa5e0c19053f7aca6 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001-- RUN: %llvmgcc -c %s -o /dev/null
2with Ada.Finalization;
3package Emit_Var is
4 type Search_Type is new Ada.Finalization.Controlled with null record;
5end;