aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.asp
blob: a78acdc346911a68c832bae50dffd4fcb336ee3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<%@language=javas%>
<% 
#include 
function x() {
}
%>
<%@language=vbscript%>
<% 
sub x 'comment 
%>
<head>
<body></body>