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

5 lines
61 B
Plaintext

//test divc
const int a = 10;
int main(){
return a / 5;
}