aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2002-02-18-StaticData.c
blob: 78614a71faebfe9e6a9f0e9ed77016514a7325a5 (plain)
1
2
3
4
5
6
7
8
9
10
11

double FOO = 17;
double BAR = 12.0;
float XX = 12.0f;

static char *procnames[] = {
  "EXIT"
};

void *Data[] = { &FOO, &BAR, &XX };