int foo ( int a , int b ) { /* comment */ return a + b * 2 ; }