@@ -0,0 +1,13 @@
import stdlib.sl
import fn.sl
fn foo(int a){
return a + 1;
}
: main
extend-syntax
foo(1)
puts
0
;
The note is not visible to the blocked user.