10 lines
75 B
C++
10 lines
75 B
C++
#include "b.h"
|
|
|
|
class foo {
|
|
int x, y;
|
|
|
|
public:
|
|
foo(){};
|
|
~foo(){};
|
|
};
|