summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/oc/50902-Issue_2289.m
blob: 19fe5cdfdf3712a102864c18734792f2c6988b59 (plain)
1
2
3
4
5
+ (void)foo:(bar)block {
	for (int i = 0; i < 5; i++) @autoreleasepool {
		// stuff
	}
}