Browse Source

no nonsense

master
heck 5 years ago
parent
commit
90c86a7cbf
  1. 1
      gen/data/input/test_data/main.c
  2. 2
      gen/data/input/test_data/structs.h

1
gen/data/input/test_data/main.c

@ -9,6 +9,5 @@ int main() {
TT_HHS a; TT_HHS a;
TT_CCS b; TT_CCS b;
b.x.x;
// printf("%i, %i\n", a.x, a.y); // printf("%i, %i\n", a.x, a.y);
} }

2
gen/data/input/test_data/structs.h

@ -163,7 +163,7 @@ typedef struct HHS {
_NENHS1, _NENHS1,
_NENHS2, _NENHS2,
_NENHS3 _NENHS3
}; } _nenhs;
} _nhs1; } _nhs1;
} AHHS; } AHHS;

Loading…
Cancel
Save