aboutsummaryrefslogtreecommitdiffstats
path: root/utils/internal/example_c_file.c
blob: 35da01da9217750e24819abacb9e5c54bbf312e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* a comment / */
/* "not a string" */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <ctype.h>
#include <signal.h>
#include <time.h>
#include <wchar.h>

/*
    multiline comment
    comment
*/

int main()
{
    auto char* multi = "a multi"; /* and a comment !*/
}

/* A final comment for good measure /* /* /* */