New test case for non-constant DEF statements.
authorhoytak@gmail.com <none@none>
Sat, 10 Jan 2009 19:21:46 +0000 (11:21 -0800)
committerhoytak@gmail.com <none@none>
Sat, 10 Jan 2009 19:21:46 +0000 (11:21 -0800)
tests/compile/nonconst_def.pyx [new file with mode: 0644]

diff --git a/tests/compile/nonconst_def.pyx b/tests/compile/nonconst_def.pyx
new file mode 100644 (file)
index 0000000..9427f97
--- /dev/null
@@ -0,0 +1,3 @@
+import os
+DEF ospath = os.path
+