CompilerSysY/testcases/functional_test/021_mulc.sy
2023-05-08 21:15:52 +08:00

5 lines
60 B
Plaintext

//test mulc
const int a = 5;
int main(){
return a * 5;
}