I am trying the basic example of embedding Julia in C:
file a.c contains
a.c
#include int main(void) { jl_init(); (vo