1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-26 23:32:58 +00:00
llvm-6502/test/CFrontend/2002-02-18-StaticData.c
2002-07-23 18:25:39 +00:00

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 };