[libc++abi] Build cxxabi with sanitizers (#119612)
[llvm-project.git] / libcxx / test / std / containers / Copyable.h
blob4aa5a97afe6b00a8de45f0d611271abb6ab3f9dc
1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 #ifndef COPYABLE_H
10 #define COPYABLE_H
12 class Copyable
14 public:
17 #endif // COPYABLE_H