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