Skip to content

headercvt should support independently-tagged struct definition #242

@ghost

Description

@util.with_temp_wd
def test_headercvt_typedef_to_discretely_tagged_struct(self, wd):
util.kick_headercvt_and_get_results(wd, \"""
struct clpy_struct_tag{
int member;
};
typedef struct clpy_struct_tag clpy_struct_t;
\""")
self.assertTrue(util.compile_with(
wd, "cdef clpy_struct_t foo\nfoo.member = 0"))
# TODO(nsakabe-fixstars):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions