d44639b9780c987868ef660c9a1079c465a2c225
[p5sagit/App-FatPacker.git] / t / mod / c.pm
1 package t::mod::c;
2
3 sub xyz {
4   shift()
5     ? 666
6     : 999
7 }
8
9 1;