/* $Id: input,v 1.1 1990/06/28 11:39:52 tony Exp $ */
/* Validation of C non-literal token scanner */

/* First try the "normal" forms of the tokens, then look at tricky ones.
   This comment goes over more than one line. */

1234
identifier another_identifier x a1234
"This is a string" "This ends with a newline\n"
'c' '\n'
1234.5678
