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