snapshot before regression test

This commit is contained in:
t
2026-07-18 19:25:40 +08:00
commit 796222a300
2295 changed files with 206453 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
"""
Auto-generated Python stub file from main.py
Module: main
"""
import t
import stdio
import string
import c
import testcheck
def test_string_ptr_iter() -> t.CInt: pass
def test_string_ascii_sum() -> t.CInt: pass
def test_manual_strcpy() -> t.CInt: pass
def test_ptr_offset_compare() -> t.CInt: pass
def test_manual_strlen() -> t.CInt: pass
def test_reverse_string_ptr() -> t.CInt: pass
def test_double_pointer() -> t.CInt: pass
def test_ptr_arithmetic() -> t.CInt: pass
def test_manual_strcmp() -> t.CInt: pass
class Vec2:
x: t.CInt
y: t.CInt
def test_struct_ptr_access() -> t.CInt: pass
def main() -> t.CInt: pass