eval compiler: read through type modifiers in member access path

This commit is contained in:
Ryan Fleury
2024-01-20 10:14:48 -08:00
parent 862ae81b0e
commit f75ee24a2b
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -355,6 +355,8 @@ type_coverage_eval_tests(void){
Has_A_Post_Forward_Reference r2 = {0};
Basics &basics_ref = basics;
const Basics *basics_const_ptr = &basics;
const Basics &basics_const_ref = basics;
union
{