1 2 3 4 5 6 7 8 9 10
fn test_comptime_pkgconfig() { $if $pkgconfig('mysqlclient') { assert true return } $else { assert true return } assert false }