1## Tests that readfile works with absolute paths.2# RUN: echo -n "hello" > %t3# RUN: echo %{readfile:%t}4 5## Fail the test so we can assert on the output.6# RUN: not echo return7