Print lines with length over n characters using awk

awk 'length($0)>80' /etc/passwd