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