2024-compiler/tests/07/07.txt

4 lines
57 B
Plaintext

void main(){
const int a = 10, b = 5;
return b;
}