1 // Make sure we correctly handle $ in variable names.
4 // Some variables that might conflict with our variables below.
5 int __lldb_expr_result
= 2;
9 // Some variables with dollar signs that should work (and shadow
10 // any built-in LLDB variables).
11 int $__lldb_expr_result
= 11;
16 return 0; // break here