mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
11 lines
150 B
LLVM
11 lines
150 B
LLVM
|
|
||
|
%BitField = type int
|
||
|
%tokenptr = type %BitField*
|
||
|
|
||
|
implementation
|
||
|
|
||
|
void %test() {
|
||
|
%pmf1 = alloca %tokenptr (%tokenptr, sbyte*)*
|
||
|
ret void
|
||
|
}
|