Compiler projects using llvm
int sub1(int x) { return x - 1; }
int main(int argc, char **argv) { return sub1(argc); }