/in/foo.cc: In function 'int main()':
/in/foo.cc:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
11 | if(n>=3)
| ^~
/in/foo.cc:13:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
13 | if(n>=4)
| ^~
/in/foo.cc:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
19 | if(n>=7)
| ^~
/in/foo.cc:21:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
21 | if(n>=8)
| ^~