5 lines
59 B
C++
5 lines
59 B
C++
#include "test2.hpp"
|
|
|
|
int test_call_int() {
|
|
return 5;
|
|
}
|
#include "test2.hpp"
|
|
|
|
int test_call_int() {
|
|
return 5;
|
|
}
|