summaryrefslogtreecommitdiff
path: root/hello.c
blob: b3a26838e2e73948ba6aa7ef8afe584845dd1b0d (plain)
1
2
3
4
5
#include "hello.h"

int test() {return 45; }

int main() {return test();}