We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For the following function, the second time will fail when try to rename test twice:
test
void hello() { int test3 = 123; test3 = 456; std::cout << test3 << std::endl; }