Number of blank lines inserted before an access specifier (public/protected/private).
Any integer
class Foo { int a; public: int b; };