================
@@ -40,6 +42,7 @@ int main() {
 
   // Call this to make sure the compiler makes it.
   Base *fake_base = MakeADerivedReportABase();
+  Base *reported_base = ReportABase(fake_base);
----------------
medismailben wrote:

Not sure what uses this ? I couldn't find any occurrence of it in the test case

https://github.com/llvm/llvm-project/pull/216208
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to