llvm-project/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c

5 lines
55 B
C

int main() {
int x = 47; // REGEX-THIS
return x;
}