rustic-sysy/sysy_sets/13_sub2.sy

7 lines
82 B
Plaintext
Raw Permalink Normal View History

2024-08-27 18:13:31 +08:00
//test sub
const int a = 10;
int main(){
int b;
b = 2;
return b - a;
}