================ @@ -0,0 +1,26 @@ +int +main(int argc, char **argv) +{ + int a = 1; + int b = 2; + + char c = -3; + unsigned short s = 4; + + return 0; // Set a breakpoint here +} + +/* ---------------- cmtice wrote: Removed. https://github.com/llvm/llvm-project/pull/120971