mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
5 lines
113 B
LLVM
5 lines
113 B
LLVM
|
; The C backend was dying when there was no typename for a struct type!
|
||
|
|
||
|
declare int %test(int,{ [32 x int] }*)
|
||
|
|