(library (test)
  (export f)
  (import (chezscheme))
  (define (f x x)
    (+ x x)))
