Trivial test for ctypes, more to come
diff --git a/Lib/test/test_ctypes.py b/Lib/test/test_ctypes.py
new file mode 100644
index 0000000..8a931d9
--- /dev/null
+++ b/Lib/test/test_ctypes.py
@@ -0,0 +1,4 @@
+# trivial test
+
+import _ctypes
+import ctypes