Josh Gao | ab25d0b | 2017-08-10 10:50:33 -0700 | [diff] [blame] | 1 | // <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. | ||||
3 | struct foo { | ||||
4 | int : 32; | ||||
5 | int : 32; | ||||
6 | int : 32; | ||||
7 | int : 32; | ||||
8 | }; |