Inner struct flattening bug
 All Files Variables
variant_2.h
Go to the documentation of this file.
1 
17 struct {
18  int x;
19  struct {
20  int y;
21  float a;
22  float b;
23  } innerVariant_2;
struct @2 outerVariant_2