1/***
2!Test
3type: output-model
4solvers: [gecode]
5expected: !OutputModel output_only_fn.ozn
6***/ 7 8% Previously the declaration for foo would not get copied to the output model
910functionint:foo()=10;11int:x::output_only=foo();12output[show(x)];