weakifySelf(^{ [NSString stringWithFormat:@"commas make me %@", @"sad"]; });
[!] Too many arguments provided to function-like macro invocation
weakifySelf(^{ ([NSString stringWithFormat:@"paran wrapped commas make me %@", @"happy"]); });
weakifySelf(^{ [NSString stringWithFormat:@"commas make me %@", @"sad"]; });
[!] Too many arguments provided to function-like macro invocation
weakifySelf(^{ ([NSString stringWithFormat:@"paran wrapped commas make me %@", @"happy"]); });