ORCA-C/Tests/Deviance/D2.1.0.1.CC
2017-10-21 18:40:19 -05:00

7 lines
202 B
C++

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