1 #include <zmq.hpp>
2 
main(int argc,char ** argv)3 int main(int argc, char **argv)
4 {
5     zmq::context_t context;
6     return 0;
7 }
8