mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-20 09:37:50 +00:00
12 lines
135 B
C
12 lines
135 B
C
|
|
||
|
double FOO = 17;
|
||
|
double BAR = 12.0;
|
||
|
float XX = 12.0f;
|
||
|
|
||
|
static char *procnames[] = {
|
||
|
"EXIT"
|
||
|
};
|
||
|
|
||
|
void *Data[] = { &FOO, &BAR, &XX };
|
||
|
|