X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/c733aff6d0b2b107c88e37a1491f270db0634819..f9f25a36518274455212cf387599aa4e7bc2e0c8:/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])