Buffer type checking cleanup/rewrite (now uses use_utility_code)
[cython.git] / tests / run / filenames.pyx
1 __doc__ = u"""
2 >>> print(spam)
3 ftang
4 >>> foo
5 42
6 """
7
8 include "filenames.pxi"
9
10 foo = 42
11