| Duncan Sands | 2b5243d | 2010-11-25 21:21:59 +0000 | [diff] [blame^] | 1 | -- RUN: %llvmgcc -S %s |
| Chris Lattner | 412c70e | 2007-04-03 21:46:22 +0000 | [diff] [blame] | 2 | with Ada.Finalization; |
| 3 | package Emit_Var is | ||||
| 4 | type Search_Type is new Ada.Finalization.Controlled with null record; | ||||
| 5 | end; | ||||