1#include "library_file.h"
2#include <stdio.h>
3
4int library_function(void) {
5 puts(s: __FUNCTION__); // Library break here
6 return 0;
7}
8

source code of lldb/test/API/functionalities/dyld-multiple-rdebug/library_file.cpp