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

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