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

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

int main() {
}