ORCA-C/Tests/Deviance/D2.1.0.1.CC
2017-10-01 17:47:47 -06:00

1 line
202 B
C++
Executable File

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