blob: 7bfbe592caab4fd25dcad5094a14eb4dd99bd7f3 [file] [log] [blame]
#include "c.h"
class X
{
public:
X(){};
~X(){};
};