fix incorrect formats and output memory usage on call stack warning

This commit is contained in:
2025-08-05 01:00:07 +01:00
parent a8acafffe9
commit c3c41e0336
4 changed files with 19 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
# SPDX-FileCopyrightText: 2025 William Bell
# SPDX-License-Identifier: GPL-3.0-or-later
let f()=f()
let f()=g()
let g()=h()
let h()=f()
f()