6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
// Syntax error
|
|
|
|
int * func(int a) {
|
|
return new int[a](10);
|
|
}
|