clangrun (105B)
1 #!/usr/bin/bash 2 tail -n+2 "$1" | clang -S -emit-llvm -x c -o - - | exec lli --fake-argv0 "$1" - "${@:2}"