Fixed the CBE on Solaris/Sparc. We need to define the return value of
[oota-llvm.git] / test / CFrontend / 2002-02-18-StaticData.c
1
2 double FOO = 17;
3 double BAR = 12.0;
4 float XX = 12.0f;
5
6 static char *procnames[] = {
7   "EXIT"
8 };
9
10 void *Data[] = { &FOO, &BAR, &XX };
11