mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
5 lines
110 B
Ada
5 lines
110 B
Ada
|
-- RUN: %llvmgcc -S -emit-llvm %s -o - | not grep ptrtoint
|
||
|
package Constant_Fold is
|
||
|
Error : exception;
|
||
|
end;
|