2 static int fib (int n
) {
3 int f0
= 0, f1
= 1, f2
= 0, i
;
20 static int xx (int n
) {
31 // This is from System.Text.RegularExpressions.Syntax.Parser::ParseGroup.
50 // Another case of goto that we did not handle properly
64 public static void Main() {}