zero-parser/sysy_sets/18_divc.sy

5 lines
61 B
Plaintext
Raw Normal View History

2024-11-19 19:08:05 +08:00
//test divc
const int a = 10;
int main(){
return a / 5;
}