Skip to content

[BUG] Enum can't wrap char* #318

@borup3

Description

@borup3

Describe the bug

enum FileSystemMonitorEvent {
    Create(char*, char*), // dir, filename
    Delete(char*, char*), // dir, filename
    Change(char*, char*), // dir, filename
}
main.c:167:33: error: expected ';' after top level declarator
  167 | typedef struct Tuple_char*__char* Tuple_char*__char*;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions