diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/cython/2 generated sources/stuff.pxi.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/cython/2 generated sources/stuff.pxi.in b/test cases/cython/2 generated sources/stuff.pxi.in new file mode 100644 index 0000000..6417cbc --- /dev/null +++ b/test cases/cython/2 generated sources/stuff.pxi.in @@ -0,0 +1,2 @@ +def func(): + print("Hello world") |