xref: /llvm-project/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c (revision 87aa9c9e4d41ed881453e2fab85b3d25f648bb55)

main()1 int main() {
2   int x = 47; // REGEX-THIS
3   return x;
4 }
5