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