summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/strings.rs
blob: 860f1e8ec970edce23ecfeacc51220113ef8b62e (plain)
1
2
3
fn op_string_length(string: &str) -> u32 {
  string.len() as u32
}