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

7 lines
75 B
Plaintext

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