Blob


1 {! #include <stdio.h> !}
3 noise {! /* woops */ !}
4 here
6 {!
7 int
8 main(void)
9 {
10 puts("hello, world!");
11 return (0);
12 }
13 !}