insmod: code shrink, stop exporting insmod_ng_main.
[oweals/busybox.git] / shell / hush_test / hush-bugs / tick.tests
1 true
2 false; echo `echo $?`
3 true
4 { false; echo `echo $?`; }