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