Duncan Sands | 1b4b256 | 2007-07-23 13:41:53 +0000 | [diff] [blame] | 1 | -- RUN: %llvmgcc -c %s |
Chris Lattner | e10988d | 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; |