cb3220a6a85de9853220de1ba410881cfe4fd6c1
[libc-test] / src / general / dlopen_dso.c
1 int i = 1;
2
3 void f(void)
4 {
5         i++;
6 }