Add tags to test files.
[cython.git] / tests / compile / arraytoptrarg.pyx
index 57f9be38dad7f59b6e12f7ed75832df0877bbe6c..2afa45fcbe66cce786a5073cee02a14e16fb3abf 100644 (file)
@@ -1,3 +1,5 @@
+# mode: compile
+
 cdef void f1(char *argv[]):
     f2(argv)