blob: 76cb0e670a7acea6b24a4b235dd7430ae0fe633f [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3
4double FOO = 17;
5double BAR = 12.0;
6float XX = 12.0f;
7
8static char *procnames[] = {
9 "EXIT"
10};
11
12void *Data[] = { &FOO, &BAR, &XX };
13