xref: /third_party/musl/libc-test/src/api/sys_un.c (revision 570af302)
1#include <sys/un.h>
2#define T(t) (t*)0;
3#define F(t,n) {t *y = &x.n;}
4static void f()
5{
6T(sa_family_t)
7{
8struct sockaddr_un x;
9F(sa_family_t,sun_family)
10F(char, sun_path[0])
11}
12}
13
14