can this be detected? added by certainty on Mon Nov 7 17:25:57 2011

(define (two-args-proc arg1 arg2) (display "called") (newline))

(define (main)
  (two-args-proc))

(main)