xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/unknown_attr.h (revision 12a9d9c8)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
1typedef struct {
2  long long __clang_max_align_nonce1
3      __attribute__((__aligned__(__alignof__(long long))));
4  long long __clang_max_align_nonce2
5      __attribute__((__aligned__(__alignof__(long double))));
6} max_align_t;
7

Indexes created Thu Nov 07 10:32:03 CST 2024