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

6 lines
74 B
Plaintext
Raw Normal View History

2024-04-14 22:20:29 +08:00
#include "sylib.h"
//test mulc
#define a 5
int main(){
return a * 5;
}