Just wanted to add, you can test this using the following:
    
    
    gcc -shared -o struct_test.so -fPIC struct_test.c
    nim c -r struct_test.nim
    

Reply via email to