summaryrefslogtreecommitdiff
path: root/regress/compiler/files/offsetof.c
blob: de8ac7f4c753a24e48b92732d889e92c6e9f5ff7 (plain)
1
2
3
4
5
6
7
8
9
/* $NetBSD: offsetof.c,v 1.1 2007/03/08 14:31:07 rillig Exp $ */

#include <stddef.h>

#if !defined(offsetof)
"force a syntax error" = 1;
#else
typedef int dummy;
#endif