brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · d11feeb Raw
7 lines · plain
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