1 2 3 4 5 6 7 8 9 10 11 12
// 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];