tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / libc++ / dist / libcxx / test / containers / Copyable.h
blob121cef618a6d43954007fc087cefe017356b285e
1 #ifndef COPYABLE_H
2 #define COPYABLE_H
4 class Copyable
6 public:
7 };
9 #endif // COPYABLE_H