Files
clang-p2996/lldb/test/API/macosx/thread_start_bps/main.c
Felipe de Azevedo Piovezan 81bc28d0bc [lldb] Update PlatformDarwin list of libraries with thread functions (#127922)
Recent versions of the system changed where these functions live.
2025-02-20 08:26:47 -08:00

6 lines
96 B
C

#include <stdio.h>
int main() {
puts("initial hello");
puts("hello from the other side");
}