ORCA-C/Tests/Deviance/D2.1.0.1.CC

7 lines
202 B
Plaintext
Raw Normal View History

/* Deviance Test 2.1.0.1: Ensure graphic characters $, @, ` can only appear */
/* in comments and character and string constants. */
main ()
{
int hey$, you@, look`;
}