4 lines
36 B
C
4 lines
36 B
C
int d = 10;
|
|
|
|
int fn() { return d; }
|
int d = 10;
|
|
|
|
int fn() { return d; }
|