summaryrefslogtreecommitdiff
path: root/gcc/fixinc/tests/base/sym.h
blob: 9e24ed183bd753f68eae82fc8dac91279bce0e82 (plain)
1
2
3
4
5
6
7


#if defined( ALPHA_PARENS_CHECK )
#ifndef __mips64 /* bogus */
extern int foo;
#endif
#endif  /* ALPHA_PARENS_CHECK */