]> git.draconx.ca Git - cdecl99.git/blobdiff - tests/decl-bad.at
libcdecl: Use gperf to identify keywords during scanning.
[cdecl99.git] / tests / decl-bad.at
index 96c54a3f7fce4323440a4cdf770932439e9e4f5e..62af91ccd1240b0bdcd5c7efd73e513f93db8c3b 100644 (file)
@@ -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])