Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize
[oota-llvm.git] / test / FrontendAda / element_copy.adb
1 -- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 6899714
2 package body Element_Copy is
3    function F return VariableSizedField is
4       X : VariableSizedField;
5    begin
6       return X;
7    end;
8 end;