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

7 lines
76 B
Plaintext
Raw Normal View History

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