llvm-project/lldb/test/functionalities/single-quote-in-filename-to.../main.c

8 lines
108 B
C

#include <stdio.h>
int main(int argc, const char *argv[])
{
printf("Hello, world!\n");
return 0;
}