Partial merge of trunk progress. Some tests still fail.
[cython.git] / tests / compile / ctypedefunion.pyx
index aea471990e2a82f440ff3538c5078e7db4ebd03c..b0648f30f10ce9eac06e6512a18862813357976d 100644 (file)
@@ -1,3 +1,5 @@
+# mode: compile
+
 ctypedef union pet:
     int cat
     float dog