| 107 | typeof(foobar) local3 = foobar;\r\n\ |
| 108 | \r\n\ |
| 109 | int bar(int ref(int[3]) x){ return local3(x); }\r\n\ |
| 110 | int foo(int[3] x){ return local1 + x[local2]; }\r\n\ |
| 111 | \r\n\ |
| 112 | result = bar(foo);\r\n\ |
| 113 | }\r\n\ |
no outgoing calls
no test coverage detected