sysy/functional_c/sy/14_subc.sy

7 lines
85 B
Plaintext

#include "sylib.h"
//test subc
int main(){
int a;
a = 10;
return a - 2;
}