mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-23 14:30:12 +00:00
1 line
202 B
Plaintext
1 line
202 B
Plaintext
|
/* Deviance Test 2.1.0.1: Ensure graphic characters $, @, ` can only appear */
/* in comments and character and string constants. */
main ()
{
int hey$, you@, look`;
}
|