Exemplo n.º 1
0
def test_alignof():
    ax = alignof(x)
    assert ccode(ax) == "alignof(x)"
    assert ax.func(*ax.args) == ax
Exemplo n.º 2
0
def test_alignof():
    ax = alignof(x)
    assert ccode(ax) == 'alignof(x)'
    assert ax.func(*ax.args) == ax