1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
int bar; // blank line should be inserted before this comment vector<int> foo() { return {}; } // blank line should be inserted before this comment, not after template<> volatile int x:: foo() { return 0; }