12 lines
69 B
C++
12 lines
69 B
C++
#ifndef X_H
|
|
#define X_H
|
|
|
|
|
|
class x
|
|
{
|
|
public:
|
|
x();
|
|
};
|
|
|
|
#endif // X_H
|