This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git] / test / FrontendAda / constant_fold.ads
blob6223e7cb64ddd84246309fd1c32a173391406edb
1 -- RUN: %llvmgcc -S -emit-llvm %s -o - | not grep ptrtoint
2 package Constant_Fold is
3 Error : exception;
4 end;