edits
[iotcloud.git] / version2 / src / C / Test.C
1 #include "Table.h"
2
3 int main(int numargs, char ** args) {
4         Table * t = new Table(NULL, NULL, 0, 0);
5         delete t;
6 }