diff options
Diffstat (limited to 'demo/embedding.py')
-rw-r--r-- | demo/embedding.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/embedding.py b/demo/embedding.py index 365238d..1f95b40 100644 --- a/demo/embedding.py +++ b/demo/embedding.py @@ -9,6 +9,8 @@ ffi.cdef(""" ffi.embedding_init_code(""" print "preparing" + intern("foo") + @ffi.def_extern() def add(x, y): print "adding", x, "and", y |