Kaydet (Commit) a39c302d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clarify that constant groups cannot be typedef'ed

Change-Id: Ie169ac426d6de107025023dae987cbce6179007f
üst 2a54af21
......@@ -56,3 +56,8 @@ typedef void T;
EXPECT FAILURE "typedef.tests 7":
exception E {};
typedef E T;
EXPECT FAILURE "typdef.tests 8":
constants C {};
typedef C T;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment