Skip to content

it says functions returns a vm type #443

Description

@thradams
typedef int int_array[1];

typedef struct {
   int_array arr;
} my_struct;

int_array const * get_array(const my_struct *s) {
   return &(s->arr);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions