summaryrefslogtreecommitdiff
path: root/tests/c_files/example_c_file.c
blob: 17b2ac4d933d0fdad9760748cf73f1503560df9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
char tav = 'b';
char* moral = "ain't I \\\"\\\t\" a nice string?\"\"";
char* comment_inside = "but you will /* see it */!!!!";
char* i_have_newlines = "line one\nline two\nline three";

int main()
{
    auto char* multi = "a multi";
}