fix float.h api test: FLT_ROUNDS is not int const expr
[libc-test] / src / functional / dlopen_dso.c
1 int i = 1;
2
3 void f(void)
4 {
5         i++;
6 }