summaryrefslogtreecommitdiffstats
path: root/src/test.syms
blob: 40cdd2e5b3a3089605e23787f7425003a2e7340d (plain)
1
2
3
4
5
6
7
8
9
# Symbol file for the linker. For testing in configure.ac only
TEST {
    global:
	# two work-around for a broken link
	environ;
	__progname;
    local:
	*;
};