#include <mpc.h> #define N 3 int [*]main() { net SimpleNet(N) mynet; [mynet]MPC_Printf("Hello, world!\n"); }