v/vlib/v/checker/tests/enum_error_module.vv

6 lines
60 B
V

import time
fn main() {
_ := time.NonExistingEnum.black
}