[DiscordArchive] ```struct TestEntry
[DiscordArchive] ```struct TestEntry
Archived author: Mernhard • Posted: 2024-07-24T16:08:49.798000+00:00
Original source
```struct TestEntry
{
uint32 value;
};
struct Test
{
struct
{
TestEntry const* values;
uint32 const size;
} test1;
};
Test const testCode =
{
.test1 =
{
},
};```
hello guys! help me figure out why I can't use .test1?