1
decl hello(dingens) alias blub:DingensBlubber {
2
something {
3
special {
4
content;
5
}
6
7
};
8
9
hello 42 {
10
world;
11