summaryrefslogtreecommitdiff
path: root/test/hai.c
blob: 25c25aeb62dbdc35c7eaf5dddf86768cd3331b50 (plain)
1
2
3
4
5
6
7
#include "hai.h"

#include <stdio.h>

void hai() {
	printf("lol\n");
}