llvm-project/libcxx/test/containers/Copyable.h

10 lines
75 B
C++

#ifndef COPYABLE_H
#define COPYABLE_H
class Copyable
{
public:
};
#endif