xref: /llvm-project/lldb/test/Shell/Driver/Inputs/hello.c (revision 87aa9c9e4d41ed881453e2fab85b3d25f648bb55)

main(void)1*87aa9c9eSJonas Devlieghere int main(void) {
2*87aa9c9eSJonas Devlieghere   return 0;
3*87aa9c9eSJonas Devlieghere }
4