变量使用R-1-13-8强制

禁止仅大小写区分的变量

同一作用域内大小写区分的变量
test.c
1void foo(void)
2{
3 int var_A;
4 int var_a;
禁止仅大小写区分的变量 [gjb8114-r-1-13-8]
5}