xref: /third_party/musl/libc-test/src/api/stddef.c (revision 570af302)
1#include <stddef.h>
2#define T(t) (t*)0;
3#define C(n) switch(n){case n:;}
4static void f()
5{
6{void *p=NULL;}
7C(offsetof(struct{int i;}, i))
8T(ptrdiff_t)
9T(wchar_t)
10T(size_t)
11}
12