fix incorrect formats and output memory usage on call stack warning
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user