summaryrefslogtreecommitdiffstats
path: root/test cases/common/201 kwarg entry/prog.c
blob: 2eec26bbb3a183e3c73caaff9b7f1c1e05d645b0 (plain)
1
2
3
4
5
6
7
#include<prog.h>
#include<stdio.h>

int main(void) {
    printf(MESSAGE);
    return 0;
}