]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/tools/shlib-compat/test/Versions.def
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / tools / shlib-compat / test / Versions.def
1 # $FreeBSD$
2
3 TEST_1.0 {
4 };
5
6 TEST_1.1 {
7 } TEST_1.0;
8
9 TESTprivate_1.0 {
10 } TEST_1.1;
11