diff options
Diffstat (limited to 'test/std/containers/Copyable.h')
| -rw-r--r-- | test/std/containers/Copyable.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/std/containers/Copyable.h b/test/std/containers/Copyable.h new file mode 100644 index 0000000000000..9542c7e8516fb --- /dev/null +++ b/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 |
