blob: 442098107504b306a6b1bd99f8a5d2d06a94414c [file] [log] [blame]
// RUN: %clang_cc1 %s -emit-llvm -o -
struct s {
unsigned long int field[0];
};
#define OFFS \
(((char *) &((struct s *) 0)->field[0]) - (char *) 0)
int foo[OFFS];