blob: 47e2538691aca1fbd4928b8ab61a0801f1bcad84 [file] [log] [blame]
Duncan Sands2b5243d2010-11-25 21:21:59 +00001-- RUN: %llvmgcc -S %s
Chris Lattner412c70e2007-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;