summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34257-brace_init_stdint_macros.cpp
blob: 976eb45468396441832aa3fe05ad13e8e64559c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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),
};