CS153/hw6/hw4programs/easy_p6.oat

13 lines
128 B
Text
Raw Normal View History

global y = 0;
global z = 0;
void f (int x, int y) {
var x = 0;
return;
}
void g (int x, int y) {
var z = 0;
return;
}