diff options
Diffstat (limited to 'ppapi/generators/test_cgen/structs.idl')
-rw-r--r-- | ppapi/generators/test_cgen/structs.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/generators/test_cgen/structs.idl b/ppapi/generators/test_cgen/structs.idl index ecf7163..b91949c 100644 --- a/ppapi/generators/test_cgen/structs.idl +++ b/ppapi/generators/test_cgen/structs.idl @@ -8,6 +8,10 @@ * This file will test that the IDL snippet matches the comment. */ +label Chrome { + M14=1.0 +}; + /* typedef uint8_t s_array[3]; */ typedef uint8_t[3] s_array; |