add symbol-versions/
[metze/misc/junkcode.git] / symbol-versions / app.c
1
2 int main(void)
3 {
4         lib_function();
5         return 0;
6 }
7