1
0

localvars.c 66 B

1234
  1. int my_function() {
  2. int my_var = 0xbaba;
  3. return my_var;
  4. }