Files
herolib/lib/core/platform_test.v
2025-01-01 17:44:06 +01:00

10 lines
126 B
V

module core
fn test_platform() ! {
assert platform()! != .unknown
}
fn test_cputype() ! {
assert cputype()! != .unknown
}