@@ -1,3 +1,9 @@
fn bool singledigit(int x) {
return x < 10;
fn foo() int {
let y int = 2;
let z int = y*2;
return y;
}
fn bar() float {
return 5.5;
The note is not visible to the blocked user.