2024-compiler/tests/02/02.txt

7 lines
88 B
Plaintext

void main(){
int a, b0, _c;
a = 1;
b0 = 2;
_c = 3;
return b0 + _c;
}