Init. Copied over heload, made a minimal tester.
This commit is contained in:
11
test/manual/minimal_lib.h
Normal file
11
test/manual/minimal_lib.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef MINIMAL_LIB_H_
|
||||
#define MINIMAL_LIB_H_
|
||||
|
||||
namespace minimal_lib {
|
||||
|
||||
static int value = 5;
|
||||
|
||||
int getModified(int x);
|
||||
|
||||
}
|
||||
#endif // MINIMAL_LIB_H_
|
||||
Reference in New Issue
Block a user