mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
6 lines
93 B
V
6 lines
93 B
V
import net.openssl
|
|
|
|
fn test_openssl_compiles() {
|
|
assert openssl.is_used == 1
|
|
assert true
|
|
}
|