mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
6 lines
63 B
C
6 lines
63 B
C
extern int k;
|
|
|
|
int common_defined_externally() {
|
|
return k;
|
|
}
|