// This is a comment fn main() { let x = 2; return x; } fn fib() {}