As suggested by Nick Lewycky, ignore debugging intrinsics when trying to decide wheth...
[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;