func_return2.tests 62 B

123456
  1. f1() { return 2; }
  2. f1
  3. echo Two:$?
  4. false
  5. true | f1
  6. echo Two:$?