# Name: Call an empty function
# Repeat: 20

sub empty {
   # do nothng
}

### TEST

empty();