aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2005/test.c
blob: d958faff76c706c055a8763bcd62c5c739269bd1 (plain)
1
2
3
4
5
6
7
8
9
#include <string.h>
#include <ghdl/synth_gates.h>

void libghdl_init(); // dummy, just to see if finding the library/linking works

int main()
{
	libghdl_init();
}