bool 49 B

1234
  1. void main() {
  2. test(true);
  3. test(false);
  4. }