// Check that `begin_keywords accepts the 1364-2001-noconfig keyword set.
`begin_keywords "1364-2001-noconfig"
module test;
initial begin
$display("PASSED");
end
endmodule
`end_keywords