X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/c5810975e3ec971fc8caf65f58b77c96c97b2571..c4d0ba7251867ee9bdb8466357cba5a9fa352b76:/tests/decl-bad.at diff --git a/tests/decl-bad.at b/tests/decl-bad.at index 96c54a3..62af91c 100644 --- a/tests/decl-bad.at +++ b/tests/decl-bad.at @@ -150,3 +150,7 @@ SIMPLE_BADDECL([Reject multiple declarators in type names], SIMPLE_BADDECL([Error recovery on multiple object declaration], [explain int inline x, y]) + +SIMPLE_BADDECL([Reject hyphens in identifiers], + [explain int ac-dc], + [explain int variable-length])