include/mscvpdb.h: Use flexible array members for the rest of structures.
[wine.git] / dlls / mshtml / tests / runscript.html
bloba4d0ac5013e02a187cd3cbbee60bfbdcd422a755
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <script>
6 var q = document.location.search.replace("?", "");
7 if(q) document.write('<s'+'cript src="' + q + '"></s'+'cript>');
8 </script>
9 <body>
10 </body>
11 </html>