New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.
[oota-llvm.git] / test / FrontendAda / emit_var.ads
1 -- RUN: %llvmgcc -c %s
2 with Ada.Finalization;
3 package Emit_Var is
4    type Search_Type is new Ada.Finalization.Controlled with null record;
5 end;