1 2 3 4 5 6 7 8
int ff() { // not a lambda fcn so don't surround "->" by spaces f()[0]->size(); if(true) { return 1; } }