blob: 35d45448cb6ddf4df9039a3022e6e41e521a307b [file] [log] [blame]
Duncan Sands2ceab522007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002with Ada.Finalization;
3package Emit_Var is
4 type Search_Type is new Ada.Finalization.Controlled with null record;
5end;