#+test package zmq import "core:testing" @(test) test_error_type :: proc(t: ^testing.T) { e: Error = .EFSM testing.expect_value(t, size_of(e), 8) }