Accepted
foo.cc: In function ‘int main()’:
foo.cc:7:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
7 | for(int i=2;i<=n;i++)
| ^~~
foo.cc:9:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
9 | for(int i=1;i<=n;i++)
| ^~~