blob: 8df7231df6aced1769b7add0077bf71173797f0b [file] [log] [blame]
// RUN: %llvmgcc %s -S -o -
struct s {
unsigned long int field[0];
};
#define OFFS \
(((char *) &((struct s *) 0)->field[0]) - (char *) 0)
int foo[OFFS];