summaryrefslogtreecommitdiff
path: root/regress/libexec/ld.so/lazy/libbar/bar.c
blob: 8121a302369162b64c8089f456f0a41d1cb4570c (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$OpenBSD: bar.c,v 1.1.1.1 2008/01/02 18:36:59 matthieu Exp $ */
/* Public Domain, 2008, Matthieu Herrb */

#include <stdio.h>

int
bar(void)
{
	printf("bar\n");
	return 0;
}