6 lines
67 B
C++
6 lines
67 B
C++
|
#include "foo.h"
|
||
|
|
||
|
int foo_func() { return 43; }
|
||
|
|
||
|
int foo_var = 44;
|