// syntax error, unexpected 'const'. int * func(int a) { return const new int[a]; }