16 lines
211 B
Python
16 lines
211 B
Python
"""
|
|
Auto-generated Python stub file from float_test.py
|
|
Module: float_test
|
|
"""
|
|
|
|
|
|
import stdio
|
|
import t, c
|
|
|
|
class DataUnion(t.CUnion):
|
|
i: t.CInt
|
|
f: t.CFloat
|
|
l: t.CInt64T
|
|
|
|
def float_test() -> int: pass
|