aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/5 compiler detection/trivial.c
blob: 24ac454c3cbc3b10bcc96084f9427f4e2953ec78 (plain)
1
2
3
4
5
6
#include<stdio.h>

int main(int argc, char **argv) {
    printf("Trivial test is working.\n");
    return 0;
}