Here's an example, which works well in C++. ```C++ struct test {}; int test() {} int main() { int test; } ``` Please clarify III.13.7 ”函数名和变量名不允许重复“ with more details, thanks!