*** empty log message ***
[chuck-blob.git] / v2 / test / 10.ck
bloba088d2a22e871d9dc4f25758134cb352d489cbf1
1 // 10.ck : void function
3 // the function
4 fun void f()
6     1 + 2 => int x;
9 // call it
10 f();
12 <<<"success">>>;