test_interface_01.sol 82 B

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