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