1#include <stdio.h>
2
3int main()
4{
5 bool my_bool = false;
6
7 printf(format: "%s\n", my_bool ? "true" : "false"); // breakpoint 1
8}
9

source code of lldb/test/API/lang/cpp/bool/main.cpp