/* * Check that the 'sink' options work. * RUN: llvmc -v -Wall %s -o %t |& grep "Wall" * RUN: %abs_tmp | grep hello * XFAIL: vg_leak */ #include int main() { printf("hello\n"); return 0; }