mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -04:00
7 lines
193 B
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
|
|
}
|