summaryrefslogtreecommitdiffstats
path: root/src/tools/pg_bsd_indent/tests/surplusbad.0.stdout
blob: b288970fb93e9505e60e4c06f15cf2a0e46cbd88 (plain)
1
2
3
4
5
6
7
8
9
/* $FreeBSD$ */
/* See r303599 */
#if defined(__i386__)
int		a;
#elif defined(__amd64__)
int		b;
#else
#error "Port me"
#endif