Duncan Sands | 2ceab52 | 2007-07-23 13:41:53 +0000 | [diff] [blame] | 1 | -- RUN: %llvmgcc -c %s |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +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; |