RUN_WRAP can be used to run tests in qemu
[libc-test] / src / functional / dlopen_dso.c
1 int i = 1;
2
3 void f(void)
4 {
5         i++;
6 }