[ERROR]
The function body of a member function inside a class declaration is invalid.
struct A {
void f() { {{int i; }
};
The function body of a member function inside a class declaration must have the same number of "{" as "}".