summaryrefslogtreecommitdiff
path: root/tests/static-lib2-long-name.c
blob: 13b98547120809f2ee03513170a880350bb05246 (plain)
1
2
3
4
5
6
7
8
#include "static-lib.h"
#include <stdio.h>

int g() {
	++p;
	printf("call %d\n", p);
	return p;
}