v/vlib/net/mbedtls/mbedtls_compiles_test.v

7 lines
193 B
V

// vtest build: !(windows && tinyc) // TODO: fix these by adding declarations for the missing functions in the prebuilt tcc
import net.mbedtls as _
fn test_mbedtls_compiles() {
assert true
}