10 lines
126 B
V
10 lines
126 B
V
module core
|
|
|
|
fn test_platform() ! {
|
|
assert platform()! != .unknown
|
|
}
|
|
|
|
fn test_cputype() ! {
|
|
assert cputype()! != .unknown
|
|
}
|