module main pub struct SomeError { mut: msg string } fn main() { a := unsafe { &SomeError('yo') } println(a) }