remove non-working stderr trace test
[p5sagit/App-FatPacker.git] / t / mod / c.pm
CommitLineData
dc7a3a08 1package t::mod::c;
3b065bc5 2
3sub xyz {
4 shift()
5 ? 666
6 : 999
7}
8
dc7a3a08 91;