Still the same even after removing .inline.
    
    
    Error: invalid type: 'SystemFunctionCall[compiler.SystemFunction, 
compiler.ExpressionList, compiler.Value]' in this context: 'StatementList' for 
var
    
    
    Run
    
    
    type
        StatementList {.shallow.} = ref object
            list    : seq[Statement]
    
    
    Run

and 
    
    
    var
        MainProgram {.exportc.} : StatementList
    
    
    Run

Reply via email to