Fix build issue on arm linux
[trackerpp.git] / include / test.h
1 #ifndef __TEST_H__
2 #define __TEST_H__
3
4 int sum(int a, int b);
5
6 #endif // __TEST_H__