diff options
Diffstat (limited to 'scripts/rust_is_available_bindgen_libclang_concat.h')
-rw-r--r-- | scripts/rust_is_available_bindgen_libclang_concat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rust_is_available_bindgen_libclang_concat.h b/scripts/rust_is_available_bindgen_libclang_concat.h new file mode 100644 index 000000000000..efc6e98d0f1d --- /dev/null +++ b/scripts/rust_is_available_bindgen_libclang_concat.h @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#define F(x) int x##x +F(foo); |