diff options
Diffstat (limited to 'libcxx/test/std/containers/Copyable.h')
-rw-r--r-- | libcxx/test/std/containers/Copyable.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/Copyable.h b/libcxx/test/std/containers/Copyable.h new file mode 100644 index 00000000000..9542c7e8516 --- /dev/null +++ b/libcxx/test/std/containers/Copyable.h @@ -0,0 +1,18 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#ifndef COPYABLE_H +#define COPYABLE_H + +class Copyable +{ +public: +}; + +#endif // COPYABLE_H |