1e01aa904Sopenharmony_ci[suppress_function]
2e01aa904Sopenharmony_ci
3e01aa904Sopenharmony_ci  # suppress change reports for a function which name is 'bar' ...
4e01aa904Sopenharmony_ci  name = bar
5e01aa904Sopenharmony_ci
6e01aa904Sopenharmony_ci  # ...and which first parameter has a type named 'S*'.
7e01aa904Sopenharmony_ci  # Note that parameters' index start at 0.
8e01aa904Sopenharmony_ci  parameter = '0 /S(\\*)/
9e01aa904Sopenharmony_ci
10