|
|
|
|
|
by loup-vaillant
5832 days ago
|
|
It is not, but their implementation is incomplete. They parse it correctly when you remove "fp". Apparently, they don't handle declarations which have another identifiers besides the one that is declared. int f(int ) // OK
int f(int i) // fail
|
|