mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
5 lines
75 B
V
5 lines
75 B
V
import net.ssl
|
|
|
|
fn test_ssl_compiles() {
|
|
assert sizeof(ssl.SSLConn) > 0
|
|
}
|