externC4.C   [plain text]


// Build don't link:
// Origin: Neil Booth, from PR #66

extern "C"
{
  class foo
  {
  public:
    ~foo ();
    void bar (foo *);
    foo ();
  };
}