blob: 6752754ecdc83d4206c9829df763d80d9a8c8c56 [file] [log] [blame]
struct TrailingArray {
int size;
char buffer[0];
};