@@ -212,6 +212,18 @@ Syntax error in 'int.stan', line 2, column 7 to column 10, parsing error:
212212 -------------------------------------------------
213213
214214Ill-formed identifier. Expected a new identifier but found reserved keyword "int".
215+ [exit 1]
216+ $ ../../../../../install/default/bin/stanc jacobian.stan
217+ Syntax error in 'jacobian.stan', line 2, column 7 to column 15, parsing error:
218+ -------------------------------------------------
219+ 1: data {
220+ 2: real jacobian;
221+ ^
222+ 3: }
223+ 4: model {
224+ -------------------------------------------------
225+
226+ Ill-formed identifier. Expected a new identifier but found reserved keyword "jacobian".
215227[exit 1]
216228 $ ../../../../../install/default/bin/stanc matrix.stan
217229Syntax error in 'matrix.stan', line 2, column 7 to column 13, parsing error:
@@ -401,6 +413,18 @@ Syntax error in 'sum_to_zero_vector.stan', line 2, column 7 to column 25, parsin
401413 -------------------------------------------------
402414
403415Ill-formed identifier. Expected a new identifier but found reserved keyword "sum_to_zero_vector".
416+ [exit 1]
417+ $ ../../../../../install/default/bin/stanc target.stan
418+ Syntax error in 'target.stan', line 2, column 7 to column 13, parsing error:
419+ -------------------------------------------------
420+ 1: data {
421+ 2: real target;
422+ ^
423+ 3: }
424+ 4: model {
425+ -------------------------------------------------
426+
427+ Ill-formed identifier. Expected a new identifier but found reserved keyword "target".
404428[exit 1]
405429 $ ../../../../../install/default/bin/stanc then.stan
406430Semantic error in 'then.stan', line 2, column 7 to column 11:
0 commit comments