blob: 63d3e0a2503c0ddb830d8bb7c342ec914db3a851 [file] [log] [blame]
#include "internal_dep.h"
int64_t add64(const int64_t first, const int64_t second) {
return first + second;
}