/* See LICENSE file for copyright and license details. */ #include int main(void) { usleep(50000L); return 0; }