1# Check exit code error (file's contents are different)2#3# RUN: echo "hello-first" > %t4# RUN: echo "hello-second" > %t15# RUN: diff %t %t16