This commit is contained in:
2026-06-16 16:09:42 +08:00
commit bffb0cb6b7
644 changed files with 86620 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
"""
Auto-generated Python stub file from zc.test.py
Module: zc.test
"""
import config
import t, c
def AboutSizeTWhileTest(length: t.CSizeT) -> t.CVoid | t.State: pass
def MathBasicTest(x: t.CInt, y: t.CInt) -> t.CInt | t.State: pass
def MathAdvancedTest(value: t.CInt) -> t.CInt | t.State: pass
def WhileWithElifElseTest(start: t.CInt, end: t.CInt) -> t.CVoid | t.State: pass
def NestedWhileWithMacrosTest(outer_limit: t.CInt, inner_limit: t.CInt) -> t.CVoid | t.State: pass
def ComplexConditionTest(a: t.CInt, b: t.CInt, c_val: t.CInt) -> t.CVoid | t.State: pass
def RetryLoopTest(retry_count: t.CInt) -> t.CInt | t.State: pass
def BitwiseOperationsTest(value: t.CInt) -> t.CInt | t.State: pass
def CompoundAssignmentMathTest(a: t.CInt, b: t.CInt) -> t.CInt | t.State: pass
def PowerAndModuloTest(base: t.CInt, exponent: t.CInt) -> t.CInt | t.State: pass
def MixedArithmeticTest(x: t.CInt, y: t.CInt, z: t.CInt) -> t.CInt | t.State: pass
def MathWithWhileLoopTest(start: t.CInt, count: t.CInt) -> t.CInt | t.State: pass
def ComplexNestedMathTest(a: t.CInt, b: t.CInt) -> t.CInt | t.State: pass
def ConditionalMathChainTest(value: t.CInt) -> t.CInt | t.State: pass
def BitManipulationMathTest(value: t.CInt) -> t.CInt | t.State: pass