reduced testcase ```c struct { int length; unsigned char data[] __attribute__ ((__counted_by__ (length))); } eed_4; ``` https://c.godbolt.org/z/1cMd7PveW `__counted_by__` introduced in clang 18.