aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/05_array.expect
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2016-09-04 05:21:19 +0200
committerMichael Matz <matz@suse.de>2016-12-15 17:47:11 +0100
commit892c3d996f77c7874d4b2ee9f27812bca1903839 (patch)
tree717383e571b3c769e809680af1d08fd0ae205882 /tests/tests2/05_array.expect
parent1602998751c8de219514af271a3925b69a6570fb (diff)
downloadtinycc-892c3d996f77c7874d4b2ee9f27812bca1903839.tar.gz
tinycc-892c3d996f77c7874d4b2ee9f27812bca1903839.tar.bz2
Reject jumping inside stmtexprs
One can't jump into statement expressions from outside them, like the following: int i = ({ label: foo(); 42; }); goto label; We reject this by making the labels simply not available outside (GCC has a nicer error message about jumping into a statement expression).
Diffstat (limited to 'tests/tests2/05_array.expect')
0 files changed, 0 insertions, 0 deletions