6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
// Expression list initializers can't be used
|
|
|
|
int func() {
|
|
int a = { 1 };
|
|
}
|