mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -04:00
6 lines
69 B
V
6 lines
69 B
V
import net.mbedtls as _
|
|
|
|
fn test_mbedtls_compiles() {
|
|
assert true
|
|
}
|