BEGIN { print "=== Debug Test ===" } RAWK { $test_func = (x) -> { return x * 2; }; } { result = test_func(5); print "Result:", result; print "Test completed"; exit 0; }