summaryrefslogtreecommitdiff
path: root/tests/errors/buffertypedef_T117.pyx
blob: d88a3895ba44d03e3be07f061f691333355322ff (plain)
1
2
3
4
5
6
7
8
9
# ticket: 117
# mode: error

ctypedef object[float] mybuffer

_ERRORS = u"""
1:0: Buffer vars not allowed in module scope
4:0: Buffer types only allowed as function local variables
"""