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

6 lines
62 B
Plaintext

int a = 10
void main(){
int b
b = 2
return b - a
}