fix string_memset so buffers are aligned properly
[libc-test] / src / functional / dlopen_dso.c
1 int i = 1;
2
3 void f(void)
4 {
5         i++;
6 }