global_functions_06.sol 81 B

12345
  1. event foo(bool);
  2. function x() pure { emit foo(true); }