gdb
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / printcmds.c
index d37dfbd87b8347f88a767a27913fe1294b2328ab..743734b4a5c25cc79017743b92c738b0dea7059f 100644 (file)
@@ -96,6 +96,10 @@ enum some_volatile_enum { enumvolval1, enumvolval2 };
    name.  See PR11827.  */
 volatile enum some_volatile_enum some_volatile_enum = enumvolval1;
 
+enum flag_enum { ONE = 1, TWO = 2 };
+
+enum flag_enum three = ONE | TWO;
+
 /* A structure with an embedded array at an offset > 0.  The array has
    all elements with the same repeating value, which must not be the
    same as the value of the preceding fields in the structure for the
This page took 0.024675 seconds and 4 git commands to generate.