Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / public / interfaces / bindings / tests / sample_import.mojom
index 9258b9d..659b74d 100644 (file)
@@ -12,6 +12,7 @@ enum Shape {
   RECTANGLE = 1,
   CIRCLE,
   TRIANGLE,
+  LAST = TRIANGLE,
 };
 
 // These enum values should not interfere with those of Shape above.