blob: 3a6c82528a6e20ffd9050ee510723a9062619112 [file] [log] [blame]
// bindgen-flags: --clang-macro-fallback
#ifndef ISSUE_753_H
#define ISSUE_753_H
#define UINT32_C(c) c ## U
#define CONST UINT32_C(5)
#define OTHER_CONST UINT32_C(6)
#define LARGE_CONST UINT32_C(6 << 8)
#endif