summaryrefslogtreecommitdiffstats
path: root/tools/idl_parser/test_parser
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idl_parser/test_parser')
-rw-r--r--tools/idl_parser/test_parser/enum_ppapi.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/idl_parser/test_parser/enum_ppapi.idl b/tools/idl_parser/test_parser/enum_ppapi.idl
index 394e680..1b088b8 100644
--- a/tools/idl_parser/test_parser/enum_ppapi.idl
+++ b/tools/idl_parser/test_parser/enum_ppapi.idl
@@ -117,3 +117,10 @@ enum MealType3 {
other = 012 << 777
};
+/* BUILD Enum(MealType4) */
+enum MealType4 {
+ /* BUILD EnumItem(rice) */
+ rice = true,
+ /* BUILD EnumItem(noodles) */
+ noodles = false
+};