v / vlib / net / mbedtls / mbedtls_compiles_test.v
6 lines · 5 sloc · 193 bytes · a80bc2331450fc28c900097f8afafe173f161d27
Raw
1// vtest build: !(windows && tinyc) // TODO: fix these by adding declarations for the missing functions in the prebuilt tcc
2import net.mbedtls as _
3
4fn test_mbedtls_compiles() {
5 assert true
6}
7