local_funs_with_body.cvc 127 B

1234567891011121314
  1. void testFunDecs()
  2. {
  3. int c = 5;
  4. int d = 2 + c;
  5. int b;
  6. int r;
  7. void foo() {
  8. int c = 3;
  9. int p;
  10. }
  11. r = 3;
  12. }