]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/shlib-compat/test/libtest2/Symbol.map
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / tools / shlib-compat / test / libtest2 / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 TEST_1.0 {
6         func2;
7         func3;
8         func4;
9         func5;
10         func6;
11 };
12
13 TEST_1.1 {
14         func1;
15 };