xref: /llvm-project/lldb/test/API/lang/c/conflicting-symbol/Two/Two.c (revision 10df88de21772ff40818bec7eef6b099ba4279fb)
1 #include "Two.h"
2 
two()3 void two() {
4   int i = 0; // break here
5 }
6