summaryrefslogtreecommitdiffabout
path: root/htdocs/exceptions/development/compile.chtml
blob: 3611ca958bd8e87c0e8428f4249d57a31f00cd56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
 <head>
  <title>I'm gonna make a number of mistakes!</title>
 </head>
 <body>
%  ind a = 2;
%  #include "erroneous.h"
%  unsigned int a = -1;
%  int j = k;
 </body>
</html>
% /* vim:set ft=sitecing: */