summaryrefslogtreecommitdiff
path: root/tests/projects/c/unity_build/src/main.c
blob: f0408cdf81749cdf3466ce4efbe38a6276794b8e (plain)
1
2
3
4
5
6
7
#include "header.h"

int main(int argc, char** argv) 
{
    printf("hello xmake!\n");
    return 0;
}