lit 1.0.3

Integrated testing tool, inspired by LLVM's 'lit' testing script
Documentation
; RUN: echo "hello world once" > @first_tempfile && cat @first_tempfile
; RUN: echo "hello world twice" > @second_tempfile && cat @second_tempfile
; RUN: echo "hello world thrice" > @tempfiles_for_days && cat @tempfiles_for_days

; CHECK: hello world