]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/offsetof.0.stdout
Update apr-util to 1.6.1. See contrib/apr-util/CHANGES for a summary of
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / offsetof.0.stdout
1 /* $FreeBSD$ */
2 /* See r303718 */
3 void
4 t(void)
5 {
6         int             n = malloc(offsetof(struct s, f) + 1);
7 }