snapshot before regression test
This commit is contained in:
36
.transpyc_cache/b1122357fee8fd68.pyi
Normal file
36
.transpyc_cache/b1122357fee8fd68.pyi
Normal file
@@ -0,0 +1,36 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
import t
|
||||
from stdio import printf
|
||||
import testcheck
|
||||
|
||||
@t.CStruct
|
||||
class Point:
|
||||
x: t.CInt
|
||||
y: t.CInt
|
||||
@t.CEnum
|
||||
class Color:
|
||||
RED = 1
|
||||
GREEN = 2
|
||||
BLUE = 3
|
||||
@t.CUnion
|
||||
class Data:
|
||||
i: t.CInt
|
||||
f: t.CFloat
|
||||
|
||||
@t.CExport
|
||||
def test() -> t.CInt: pass
|
||||
|
||||
@t.CStatic
|
||||
def static_func() -> t.CInt: pass
|
||||
|
||||
@t.CStatic
|
||||
def mixed_func() -> t.CInt | t.CExport: pass
|
||||
|
||||
def main() -> t.CInt: pass
|
||||
Reference in New Issue
Block a user