xref
: /
illumos-gate
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
printf0.awk
(revision 698f4ab6008be205f4362675967638572eef4f21)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN
{
2
# bwk accepts this silently:
3
printf
4
print
"X"
5
}
6