可用的回归测试通过的标准版本

This commit is contained in:
2026-06-18 00:39:43 +08:00
parent bffb0cb6b7
commit e02c867edf
365 changed files with 22562 additions and 24532 deletions

View File

@@ -0,0 +1,33 @@
"""
Auto-generated Python stub file from main.py
Module: main
"""
import t, c
from t import CInt, CLong, CDouble, CPtr, CSizeT
from stdio import printf
import cpython
_pass_count: t.CExtern | CInt
_fail_count: t.CExtern | CInt
def check(name: t.CChar | CPtr, condition: bool) -> t.CInt: pass
def test_init_finalize() -> t.CInt: pass
def test_long_operations() -> t.CInt: pass
def test_string_operations() -> t.CInt: pass
def test_list_operations() -> t.CInt: pass
def test_dict_operations() -> t.CInt: pass
def test_pyrun_string() -> t.CInt: pass
def test_import_module() -> t.CInt: pass
def test_operator_overload() -> t.CInt: pass
def main() -> CInt | t.CExport: pass