mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
5 lines
60 B
LLVM
5 lines
60 B
LLVM
|
%foo = type { i8* }
|
||
|
define void @g(%foo* %x) {
|
||
|
ret void
|
||
|
}
|