summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2002-02-18-StaticData.c
blob: 10439c373097ce43cc84e5396dd991d21160c406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null


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

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

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

OpenPOWER on IntegriCloud