Marcel Hlopko | 3942bdc | 2021-12-01 08:58:56 +0000 | [diff] [blame] | 1 | // Part of the Crubit project, under the Apache License v2.0 with LLVM |
| 2 | // Exceptions. See /LICENSE for license information. |
| 3 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| 4 | |
Dmitri Gribenko | e4e77d0 | 2022-03-17 14:09:39 +0000 | [diff] [blame] | 5 | #ifndef CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_USER_OF_UNSUPPORTED_H_ |
| 6 | #define CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_USER_OF_UNSUPPORTED_H_ |
Marcel Hlopko | 3942bdc | 2021-12-01 08:58:56 +0000 | [diff] [blame] | 7 | |
| 8 | #include "rs_bindings_from_cc/test/golden/unsupported.h" |
| 9 | |
Lukasz Anforowicz | a1c2f5c | 2022-01-20 00:51:03 +0000 | [diff] [blame] | 10 | #pragma clang lifetime_elision |
| 11 | |
Marcel Hlopko | 3942bdc | 2021-12-01 08:58:56 +0000 | [diff] [blame] | 12 | void UseNontrivialCustomType(NontrivialCustomType non_trivial_custom_type); |
| 13 | |
Dmitri Gribenko | e4e77d0 | 2022-03-17 14:09:39 +0000 | [diff] [blame] | 14 | #endif // CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_USER_OF_UNSUPPORTED_H_ |