diff --git a/tests/auxiliary_variables/test2.mod b/tests/auxiliary_variables/test2.mod new file mode 100644 index 000000000..5760d8280 --- /dev/null +++ b/tests/auxiliary_variables/test2.mod @@ -0,0 +1,14 @@ +var y; +varexo e; + +model; +y = e + e(-1); +end; + +initval; +y = 1; +end; + +steady; + +model_diagnostics;