summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/10010-return-compound-literal.c
blob: da33e2fd8f14fd342ecbb840084cc889fecd56ac (plain)
1
2
3
4
5
struct f z(void) {
	return (struct f){
	        .z = 1,
	};
}