summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10125-Issue_3992.c
blob: 02becdba78d973ff834c3d2ff50d0c61ad1b2a4a (plain)
1
2
3
4
5
6
UUID guid_decode()
{
	UUID id = { 0x00000000, 0x0000, 0x0000, 0x0000, id1 };

	UUID id = { 0x00000000, 0x0000, 0x0000, 0x0000, { id2 } };
}