1#include "One.h"
2
3void one() {
4 int i = 0; // break here
5}
6

source code of lldb/test/API/lang/c/conflicting-symbol/One/One.c