blob: 58686c3c36f4426f109e3c89a6b6ed2e2e8ccb70 [file] [log] [blame]
Josh Gaoab25d0b2017-08-10 10:50:33 -07001// <sys/timex.h> was causing a segfault when compiled in C++ mode because
2// versioner was trying to mangle the name of an unnamed bitfield.
3struct foo {
4 int : 32;
5 int : 32;
6 int : 32;
7 int : 32;
8};