mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 23:29:27 +00:00
1 line
272 B
Plaintext
1 line
272 B
Plaintext
|
/* The first separately compiled file for Special Conformance Test 4.3.0.1 */
/* Function L0 and variables longNum and i are accessed by main. */
long longNum;
int i;
long L0 (int *j)
{
if (i != 4)
return 0;
else
return (long) (*j);
}
|