Howard Hinnant 8f2f7e7c79 Fixing whitespace problems
llvm-svn: 111755
2010-08-22 00:15:28 +00:00

10 lines
90 B
C++

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