blob: 290f6006de0790f25cac9f7618e061f54a92e1a7 [file] [log] [blame]
pub enum EntryPointType {
None,
MainNamed,
MainAttr,
Start,
OtherMain, // Not an entry point, but some other function named main
}