  subr s(n) {
    print "NR is ".n
  }
  call s(NR);
  false

