diff options
Diffstat (limited to 'libs/androidfw/tests/data/system/R.h')
-rw-r--r-- | libs/androidfw/tests/data/system/R.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/androidfw/tests/data/system/R.h b/libs/androidfw/tests/data/system/R.h index becb38830fb3..c0160c0f78a9 100644 --- a/libs/androidfw/tests/data/system/R.h +++ b/libs/androidfw/tests/data/system/R.h @@ -40,6 +40,13 @@ struct R { number = 0x01030000, // sv }; }; + + struct string { + enum : uint32_t { + no = 0x01040009, + yes = 0x01040013, + }; + }; }; } // namespace android |