test_interface_02.sol 79 B

12345
  1. interface foo {
  2. function bar() private;
  3. }