Files
Ilia Kuklin e24936b7ad [lldb] Fix DIL error diagnostics output (#187680)
* Correctly return the result when used from the console, so that
`DiagnosticsRendering` could use it to output the error.
* Add location pointer to `DILDiagnosticError` internal formatting to
show diagnostics when called from the API.
2026-04-03 16:29:33 +05:00

4 lines
64 B
C

int foo() { return 0; }
int main() { return foo(); }
int a = 1;