blob: 35d45448cb6ddf4df9039a3022e6e41e521a307b [file] [log] [blame]
Duncan Sands1b4b2562007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s
Chris Lattnere10988d2007-04-03 21:46:22 +00002with Ada.Finalization;
3package Emit_Var is
4 type Search_Type is new Ada.Finalization.Controlled with null record;
5end;