Fix a compiler warning in initStringInfo().
[pgsql.git] / src / tools / pg_bsd_indent / tests / surplusbad.0
blob07d07026db0e02d5f927424590891636a16d9d52
1 /* $FreeBSD$ */
2 /* See r303599 */
3 #if defined(__i386__)
4 int a;
5 #elif defined(__amd64__)
6 int b;
7 #else
8 #error "Port me"
9 #endif