# Found in GCJ: they expect the tokens to be defined before the user
# prologue, so that they can use the token definitions in it.
# Found in GCJ: they expect the tokens to be defined before the user
# prologue, so that they can use the token definitions in it.
input.y:6.1: invalid character: `%'
input.y:6.2: invalid character: `-'
input.y:7.1-8.0: missing `%}' at end of file
input.y:6.1: invalid character: `%'
input.y:6.2: invalid character: `-'
input.y:7.1-8.0: missing `%}' at end of file
AT_SETUP([Token definitions])
# Bison managed, when fed with `%token 'f' "f"' to #define 'f'!
AT_SETUP([Token definitions])
# Bison managed, when fed with `%token 'f' "f"' to #define 'f'!
AT_CHECK([bison -o input.c input.y])
AT_COMPILE([input.o], [-c input.c])
AT_CHECK([bison -o input.c input.y])
AT_COMPILE([input.o], [-c input.c])