llvm-project/lldb/lit/Breakpoint/Inputs/case-sensitive.c

5 lines
55 B
C

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