summaryrefslogtreecommitdiffstats
path: root/test cases/rust/12 bindgen/dependencies/clib2.c
blob: 63d3e0a2503c0ddb830d8bb7c342ec914db3a851 (plain)
1
2
3
4
5
#include "internal_dep.h"

int64_t add64(const int64_t first, const int64_t second) {
    return first + second;
}