sysy-data/functional_c/sy/12_addc.sy

6 lines
75 B
Plaintext

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