Files
clang-p2996/lldb/test/API/lang/c/conflicting-symbol/Two/Two.c
2020-02-19 14:12:45 +01:00

6 lines
60 B
C

#include "Two.h"
void two() {
int i = 0; // break here
}