(jbuild_version 1)

(rule (with-stdout-to x.gen (echo "toto")))

(alias
 ((name blah)
  (action (diff x x.gen))))
