summaryrefslogtreecommitdiffstats
path: root/src/tools/pg_bsd_indent/tests/surplusbad.0
blob: 07d07026db0e02d5f927424590891636a16d9d52 (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