summaryrefslogtreecommitdiff
path: root/tests/library/testlib.c
blob: ee97b87f608111b954ae8892cd86ecc1295a058c (plain)
1
2
3
int multiply_by_two( int a ) {
	return a * 2;
}