Compiler Design 2023

Testcase c21 of Assignment 3:
void main() {  
 b = (i + 100) / k;
}

c21