<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/54504>54504</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Missing support for _BitInt(N) in __builtin_dump_struct
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang:codegen
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
davidbolvansky
</td>
</tr>
</table>
<pre>
```
#include <stdio.h>
typedef struct bitintstruct {
_BitInt(8) w;
} bts;
int main() {
bts st = { 0 };
__builtin_dump_struct(&st, &printf);
}
```
> bts {
> _BitInt(8) w : (nil)
> }
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxtUdtupDAM_ZrwEi0KCTDwkIdOaaV92P4CCiRAdjMJymVW8_c1dKZFVaXIsWPnnGN7cPLGUU3uh3SIPCHKtB1Nkgoj9hyi1C5fEHu5Z3cbb6uSasIh-jRGPOiobbwH6HR-lLb9WcffNiLaNIi2-D9ij9ypw0MMX_FuAQRfhLZQv5UfkaAY2EBRtz1jArY7_G77fkjagIxepsvaf2jZceoA9zMGZ_VAMAHyUcaR__skPix72aQe1MDD98ZA2BNQNFabDf-zDggyyZlsWSuyqKNR_I8OQdsZh7Suzkc8OX-Ae9vgtMU_9pMlb_gS4wqDgz29wpl1XNKQj-4CgTHXx_Vr9e6v2kbwCnxJBXCqsiJltnB2mtpiahohqGyLemxoLUkxqWKcilqKNjNiUCZwVJ0RpaMRdga-0Uk1K9gNRVWXaU4JpYRRMISwOq_KsihYNZYVlbSaTqgkCnZp8k1N7vyceb4LG9IcIGl0iOErKWAos1VqJwV8keLiPJfiquXgzFXY8O-W7a3wvY93DxnL-w">