diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/cython/3 cython_args/cythonargs.pyx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/cython/3 cython_args/cythonargs.pyx b/test cases/cython/3 cython_args/cythonargs.pyx new file mode 100644 index 0000000..2b220a7 --- /dev/null +++ b/test cases/cython/3 cython_args/cythonargs.pyx @@ -0,0 +1,5 @@ +def test(): + IF VALUE: + return 1 + ELSE: + return 0 |