mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-11-19 03:07:00 +00:00
1 line
202 B
C++
Executable File
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`;
|
|
}
|