/* a trivial function used to test building shared libraries */

int foo(void);

int foo(void)
{
	return 1;
}


syntax highlighted by Code2HTML, v. 0.9.1