mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-22 07:30:54 +00:00
1 line
272 B
C++
Executable File
1 line
272 B
C++
Executable File
/* 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);
|
|
}
|