Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
tools
/
pg_bsd_indent
/
tests
/
surplusbad.0.stdout
blob: b288970fb93e9505e60e4c06f15cf2a0e46cbd88 [
file
]
/* $FreeBSD$ */
/* See r303599 */
#if defined(__i386__)
int
a
;
#elif
defined
(
__amd64__
)
int
b
;
#else
#error
"Port me"
#endif