aboutsummaryrefslogtreecommitdiff
path: root/mwe/dynlink/exec/main.c
blob: ea55feb299e1d9035b028d8ae7c0f60c751bc678 (plain)
1
2
3
4
5
6
7
8
#include <test.h>

int main() {
	library_function();

	return 0;
}