enum Size { # Error here. Enum values must be integers. S = "hello", } func test(): pass