#include <dlfcn.h>
int const foo = RTLD_LAZY;
int main(void) { return 0; }
