121cef618a6d43954007fc087cefe017356b285e
[platform/framework/web/crosswalk.git] / src / third_party / libc++ / trunk / test / containers / Copyable.h
1 #ifndef COPYABLE_H
2 #define COPYABLE_H
3
4 class Copyable
5 {
6 public:
7 };
8
9 #endif  // COPYABLE_H