ORCA-C/Tests/Spec.Conform/SPC4301.2.CC
2017-10-01 17:47:47 -06:00

1 line
220 B
C++
Executable File

/* The second separately compiled file for Special Conformance Test 4.3.0.1 */
/* Function ChangeChar and variable real are accessed by main. */
float real;
void ChangeChar (char *ch)
{
*ch += 1;
}