================
@@ -0,0 +1,4 @@
+int main(int argc, const char *argv[]) {
+ char my_insns[4] = {0xff, 0xff, 0xff, 0xff};
----------------
DavidSpickett wrote:Include the comment from the Python part of the test here as well. https://github.com/llvm/llvm-project/pull/164413 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
