summaryrefslogtreecommitdiff
path: root/tests/static-lib1.c
blob: 56a5c0034bd623cf5b87dfb9890b629e542e8c92 (plain)
1
2
3
4
5
6
7
#include "static-lib.h"

int p;

int f() {
	return 17 + g();
}