1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-01 01:30:36 +00:00
llvm-6502/test/Assembler/2003-05-03-BytecodeReaderProblem.llx
2006-12-02 04:23:10 +00:00

7 lines
210 B
Plaintext

; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
void %test() {
%tmp.123 = cast long cast ([5 x { ubyte, sbyte }]* getelementptr ([30 x [5 x { ubyte, sbyte }]]* null, long 0, long 0) to long) to int
ret void
}