aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/indent/tests/surplusbad.0.stdout
blob: 2f5856bc4092798fa92a2099cf0cbb7aa1ae5c3e (plain) (blame)
1
2
3
4
5
6
7
8
/* See r303599 */
#if defined(__i386__)
int		a;
#elif defined(__amd64__)
int		b;
#else
#error "Port me"
#endif