42 lines
662 B
Python
42 lines
662 B
Python
"""
|
|
Auto-generated Python stub file from llvmir_test.py
|
|
Module: llvmir_test
|
|
"""
|
|
|
|
|
|
import t, c
|
|
from stdint import *
|
|
import stdio
|
|
|
|
def test_add() -> t.CInt: pass
|
|
|
|
def test_sub() -> t.CInt: pass
|
|
|
|
def test_mul() -> t.CInt: pass
|
|
|
|
def test_sdiv() -> t.CInt: pass
|
|
|
|
def test_and() -> t.CInt: pass
|
|
|
|
def test_or() -> t.CInt: pass
|
|
|
|
def test_xor() -> t.CInt: pass
|
|
|
|
def test_shl() -> t.CInt: pass
|
|
|
|
def test_lout() -> t.CInt: pass
|
|
|
|
def test_icmp_eq() -> t.CInt: pass
|
|
|
|
def test_icmp_ne() -> t.CInt: pass
|
|
|
|
def test_icmp_slt() -> t.CInt: pass
|
|
|
|
def test_srem() -> t.CInt: pass
|
|
|
|
def test_lshr() -> t.CInt: pass
|
|
|
|
def test_nested() -> t.CInt: pass
|
|
|
|
def llvmir_test() -> t.CInt: pass
|