summaryrefslogtreecommitdiffabout
path: root/htdocs/exceptions/production/compile.chtml
Unidiff
Diffstat (limited to 'htdocs/exceptions/production/compile.chtml') (more/less context) (ignore whitespace changes)
-rw-r--r--htdocs/exceptions/production/compile.chtml12
1 files changed, 12 insertions, 0 deletions
diff --git a/htdocs/exceptions/production/compile.chtml b/htdocs/exceptions/production/compile.chtml
new file mode 100644
index 0000000..3611ca9
--- a/dev/null
+++ b/htdocs/exceptions/production/compile.chtml
@@ -0,0 +1,12 @@
1<html>
2 <head>
3 <title>I'm gonna make a number of mistakes!</title>
4 </head>
5 <body>
6% ind a = 2;
7% #include "erroneous.h"
8% unsigned int a = -1;
9% int j = k;
10 </body>
11</html>
12% /* vim:set ft=sitecing: */