summaryrefslogtreecommitdiffstats
path: root/formal/promela/src/src/modules/comment_filter/bin/testdata/hello.c
blob: 0baf6932067140175c84db51950ccc2f79ae0c9e (plain) (blame)
1
2
3
4
5
6
7
8
/* multi-line
   comment */
// single-line comment

int main() {
    return 0;
}