aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/single-quote-in-filename-to-lldb/main.c
blob: 7cee7306547a6e0ad5bbfb3ef6221a546d11bbb1 (plain) (blame)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, const char *argv[])
{
    printf("Hello, world!\n");
    return 0;
}