2024-compiler/tests/08_编译错误示例/08.txt

7 lines
70 B
Plaintext

int a = 3,= 1,c = 3;
void func(){
int a = 5;
return a + b;
}