blob: f2fc94a89ba361e7a4ee9a3d291ad22d6408431a [file] [log] [blame]
Marcel Hlopko3942bdc2021-12-01 08:58:56 +00001// 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 Gribenkoe4e77d02022-03-17 14:09:39 +00005#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 Hlopko3942bdc2021-12-01 08:58:56 +00007
8#include "rs_bindings_from_cc/test/golden/unsupported.h"
9
Lukasz Anforowicza1c2f5c2022-01-20 00:51:03 +000010#pragma clang lifetime_elision
11
Marcel Hlopko3942bdc2021-12-01 08:58:56 +000012void UseNontrivialCustomType(NontrivialCustomType non_trivial_custom_type);
13
Dmitri Gribenkoe4e77d02022-03-17 14:09:39 +000014#endif // CRUBIT_RS_BINDINGS_FROM_CC_TEST_GOLDEN_USER_OF_UNSUPPORTED_H_