nimterop/tests/include/test2.cpp
Timothee Cour 6a4158dab4 fixup
2018-11-27 18:28:14 -05:00

5 lines
59 B
C++

#include "test2.hpp"
int test_call_int() {
return 5;
}