#include <stddef.h>
#ifndef offsetof
#error "offsetof is not defined"
#endif
int main(void) { return 0; }
