fix testcase to silent compiler warnings
authorLisandro Dalcin <dalcinl@gmail.com>
Wed, 14 Oct 2009 21:22:16 +0000 (18:22 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Wed, 14 Oct 2009 21:22:16 +0000 (18:22 -0300)
tests/compile/cnamespec.pyx

index 5ddc43ea3eca9595caf5904346ba2d2d620a65d4..a627cffa16095296d5e968566f0b52969607c780 100644 (file)
@@ -12,6 +12,9 @@ cdef double spam "c_spam" (int i, float f):
     cdef foo *p
     global b
     d = spam(a, f)
+    cdef foo q
+    q.i = 7
+    p = &q
     b = p.i
     p.i = x
     p.i = y