summaryrefslogtreecommitdiff
path: root/Examples/test-suite/matlab/li_std_vector_enum_helper.m
blob: 519aaa44d3746c27d850b3d7df10cf4c0f882d2c (plain)
1
2
3
4
5
function li_std_vector_enum_helper(a, b)
  if (a ~= b)
    error('incorrect match');
  end
end