Compiles with no error `const char hello = "Hello"` Compiles with no errors `struct ab { int a; if (1) { a = 2; } else a = 1; };`
Compiles with no error
const char hello = "Hello"Compiles with no errors
struct ab { int a; if (1) { a = 2; } else a = 1; };