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

#include <stdio.h>

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