test_interface_03.sol 80 B

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