func_prio_over_builtins.tests 69 B

12345
  1. true() { echo YES >&2; }
  2. true
  3. true | true
  4. (true)
  5. echo Ok:`true 2>&1`