#ifndef __classA_hxx__
#define __classA_hxx__

#include "stdio.h"

class classA {
public:
  void methodA();
};

#endif /* __classA_hxx__ */
