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

7 lines
210 B
C++

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