edits
[iotcloud.git] / version2 / src / C / Test.C
diff --git a/version2/src/C/Test.C b/version2/src/C/Test.C
new file mode 100644 (file)
index 0000000..c804e75
--- /dev/null
@@ -0,0 +1,6 @@
+#include "Table.h"
+
+int main(int numargs, char ** args) {
+       Table * t = new Table(NULL, NULL, 0, 0);
+       delete t;
+}