(val)
| 142 | testCallImport(FOREIGN_ARGUMENTS4, check_FOREIGN_ARGUMENTS); |
| 143 | |
| 144 | function returnValue(val) { |
| 145 | return function(a, b) { |
| 146 | print("RETURN_VALUE ", val); |
| 147 | return val; |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | |
| 152 | function checkReturn(expected) { |
no test coverage detected
searching dependent graphs…