mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
5 lines
69 B
V
5 lines
69 B
V
import net.mbedtls as _
|
|
|
|
fn test_mbedtls_compiles() {
|
|
assert true
|
|
}
|