sysy-data/functional_c/sy/18_divc.sy

7 lines
76 B
Plaintext

#include "sylib.h"
//test divc
#define a 10
int main(){
return a / 5;
}