summaryrefslogtreecommitdiffstats
path: root/test/fixtures/included.c
blob: d9323e37bcab46e2c0c38e39d041cc9e7ccd4866 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char *argv[]) {
    printf("All is well\n");

    return 0;
}