rearrange a conditional. Even if this weren't #if 0'd out, this would
[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;