mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
expand scope vmap sorting -> all vmaps; do final vmap bakes; do first pass of scope (1 scope -> many locals, many voffs) layout / baking
This commit is contained in:
@@ -345,6 +345,15 @@ enum{
|
||||
Anonymous_D,
|
||||
};
|
||||
|
||||
typedef uint32_t SizedKind;
|
||||
enum SizedKindEnum
|
||||
{
|
||||
SizedKind_A,
|
||||
SizedKind_B,
|
||||
SizedKind_C,
|
||||
SizedKind_D,
|
||||
};
|
||||
|
||||
typedef Kind Alias1;
|
||||
typedef Flag Alias2;
|
||||
typedef Has_Enums Alias3;
|
||||
@@ -635,6 +644,8 @@ type_coverage_eval_tests(void)
|
||||
dynamic_array_vector.push_back(dynamic);
|
||||
dynamic_array_vector.push_back(dynamic);
|
||||
|
||||
SizedKind sized_kind = SizedKind_C;
|
||||
|
||||
int x = (int)(Anonymous_D);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user