issue17.js 41 B

1234
  1. var a = function(b) {
  2. b();
  3. a()
  4. }