sysy-data/functional_c/sy/14_subc.sy

8 lines
86 B
Plaintext

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