llvm/lldb/test/API/lang/c/conflicting-symbol/One/One.c

#include "One.h"

void one() {
  int i = 0; // break here
}