1### Compilation failed: 2 3error: 2: no type named 'l' 4 l(); 5 ^ 6error: 2: expected an identifier, but found '(' 7 l(); 8 ^ 92 errors 10