xref: /aosp_15_r20/external/one-true-awk/testdir/t.be (revision 9a7741de182b2776d7b30d6355f2585c0780a51b)
1*9a7741deSElliott Hughes# some question of what FILENAME ought to be before execution.
2*9a7741deSElliott Hughes# current belief:  "-", or name of first file argument.
3*9a7741deSElliott Hughes# this may not be sensible.
4*9a7741deSElliott Hughes
5*9a7741deSElliott HughesBEGIN { print FILENAME }
6*9a7741deSElliott HughesEND { print NR }
7