llvm-project/llvm/test/FrontendAda/emit_var.ads

6 lines
157 B
Ada
Raw Normal View History

2007-04-04 05:46:22 +08:00
-- RUN: %llvmgcc -c %s -o /dev/null
with Ada.Finalization;
package Emit_Var is
type Search_Type is new Ada.Finalization.Controlled with null record;
end;