enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32
[oota-llvm.git] / test / FrontendAda / constant_fold.ads
1 -- RUN: %llvmgcc -S -emit-llvm %s -o - | not grep ptrtoint
2 package Constant_Fold is
3   Error : exception;
4 end;