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

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