blob: 2384367ba967d4f2701fc64b4e226b2959b09428 [file] [log] [blame]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#ifndef CRUBIT_RS_BINDINGS_FROM_CC_TEST_CRUBIT_FEATURES_ALIAS_DISABLED_H_
#define CRUBIT_RS_BINDINGS_FROM_CC_TEST_CRUBIT_FEATURES_ALIAS_DISABLED_H_
#include "rs_bindings_from_cc/test/crubit_features/definition_enabled.h"
using AliasedEnabledStruct = EnabledStruct;
using AliasedEnabledTemplate = EnabledTemplate<int>;
#endif // CRUBIT_RS_BINDINGS_FROM_CC_TEST_CRUBIT_FEATURES_ALIAS_DISABLED_H_