blob: b995bfc0d4c563718e8a0981e059ce134f4565c4 (
plain)
1
2
3
4
|
// bindgen-flags: --fit-macro-constant-types
// Test fitting macro constants into smaller integer types
// Negative values are i8, i16, i32 or i64; others are u8, u16, u32 or u64.
#include "default-macro-constant-type.h"
|