! exec hof flow flow.cue
cmp stdout golden.stdout

-- flow.cue --
tasks: {
  @flow()
	r: { filename: "in.txt", contents: string } @task(os.ReadFile)
}

-- golden.stdout --
Error: task failed: in "tasks.r", open in.txt: no such file or directory

