| 99 | res3b = fp3(2, 4);\r\n\ |
| 100 | res3c = proxy(2, 5, cls.test);\r\n\ |
| 101 | res3d = proxy(2, 6, fp3);\r\n\ |
| 102 | \r\n\ |
| 103 | int foobar(int ref(int[3]) f) { int[3] x; x = {5, 6, 7}; return f(x); }\r\n\ |
| 104 | int result;\r\n\ |
| 105 | {\r\n\ |
| 106 | int local1 = 5, local2 = 2;\r\n\ |