I found that my C code is missing a line...
    
    
    typedef struct {
      Parent base;
      int y;
    } Child;
    
    
    Run

Reply via email to