blob: 44ead6307708874846a3c63b8d4b055f3d5f5b2e [file] [log] [blame]
BEGIN {
use Apache::TestUtil;
t_server_log_error_is_expected();
}
print "Content-type: text/plain\n\n";
# the following syntax error is here on purpose!
lkj;\;
print "done";