summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/librdkafka-2.1.0/packaging/cmake/try_compile/sync_64_test.c
blob: 4b6ad6d384c30a1cf377bf407e0810439ba0c7bc (plain)
1
2
3
4
5
6
7
8
#include <inttypes.h>

int64_t foo(int64_t i) {
        return __sync_add_and_fetch(&i, 1);
}

int main() {
}