Codebase list libmawk / bullseye-backports/main src / libmawk / gdb / test.awk
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

test.awk @bullseye-backports/mainraw · history · blame

function fun1()
{
	print "q"
}

BEGIN {
	fun1();
	print 1
	print 2
}