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

(rule
 (alias blah-non-existent)
 (action (diff x-non-existent x.gen)))
