4 lines
68 B
C
4 lines
68 B
C
|
extern int foo;
|
||
|
namespace bar { extern int baz(); }
|
||
|
static int baz;
|