test_interface_08.sol 75 B

12345
  1. interface bar {
  2. int constant x = 1;
  3. }