mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 06:46:07 +00:00
10 lines
90 B
C++
10 lines
90 B
C++
#ifndef COPYABLE_H
|
|
#define COPYABLE_H
|
|
|
|
class Copyable
|
|
{
|
|
public:
|
|
};
|
|
|
|
#endif // COPYABLE_H
|