1*b39c5158Smillert#!perl -w 2*b39c5158Smillert# Don't use strict because this is for testing use 3*b39c5158Smillert 4*b39c5158Smillertpackage test_use; 5*b39c5158Smillert 6*b39c5158Smillertsub import { 7*b39c5158Smillert shift; 8*b39c5158Smillert @got = @_; 9*b39c5158Smillert} 10*b39c5158Smillert 11*b39c5158Smillert1; 12