summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/brace_init_stdint_macros.cpp
blob: 59eb8897f7da87e9e629d3f34c8060e8d0028687 (plain)
1
2
3
4
5
6
7
#include <stdint.h>

uint64_t values[12] = {
    UINT64_C(1486918591), UINT64_C(28100), ~UINT64_C(4), UINT64_C(0x2700f184), UINT64_C(0x69b88dcc4d7e98eb), UINT64_C(0x0ab8e2a231b49732),
    UINT64_C(0x8226beae36e7317e), UINT64_C(0x5739289992c21658), UINT64_C(0x3acce043), ~UINT64_C(8), UINT64_C(4022), UINT64_C(63365009),
};