]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/indent/tests/struct.0
Upgrade to OpenSSH 7.5p1.
[FreeBSD/FreeBSD.git] / usr.bin / indent / tests / struct.0
1 /* $FreeBSD$ */
2 /* See r303485 */
3 void
4 t(void)
5 {
6         static const struct {
7                 int     a;
8                 int     b;
9         } c[] = {
10                 { D, E },
11                 { F, G }
12         };
13 }