1 2 3 4 5
contract C { function f() pure { } } // ---- // Warning: (17-38): No visibility specified. Defaulting to "public".