import bar
import foo

rule:
	output: "test.out"
	shell: "touch {output}"
