summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-12-05 18:33:15 +0100
committerArmin Rigo <arigo@tunes.org>2015-12-05 18:33:15 +0100
commitd44c69639454fc5a5b82ecc0d0078571063a8fe2 (patch)
tree76db8167aebf213977b34c380bc9015ca5345fcf /demo
parent1b7657ee41e926fdfb0eae2e8fcc2e9434f751d4 (diff)
downloadcffi-d44c69639454fc5a5b82ecc0d0078571063a8fe2.tar.gz
fixfixfixfix
Diffstat (limited to 'demo')
-rw-r--r--demo/embedding.py2
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