1#include <unistd.h>
2
3int main() {
4 while (1) {
5 sleep(seconds: 1);
6 }
7 return 0;
8}
9

source code of lldb/test/API/functionalities/plugins/python_os_plugin/os_plugin_in_dsym/main.c