-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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*;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working