sysy-data/functional/sy/16_mulc.sy

5 lines
60 B
Plaintext
Raw Permalink Normal View History

2024-01-09 19:48:14 +08:00
//test mulc
const int a = 5;
int main(){
return a * 5;
}