# This test file should fail compilation because it is missing a RAWK block BEGIN { print "This should fail because there's no RAWK block" } $invalid_function = (x) -> { return x * 2; }; { print "This should not compile" }