ORCA-C/Tests/Spec.Conform/SPC4301.1.CC

1 line
272 B
Plaintext
Raw Normal View History

/* 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); }