test_interface_06.sol 88 B

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