6 lines
49 B
C++
Raw Normal View History

2019-11-11 23:01:05 +01:00
int cxx_function(int input)
{
return input;
}