blob: 5a0d0f841153c565feef937c3ccf567533ec396b [file] [log] [blame]
// Build don't link:
// Origin: Neil Booth, from PR #66
extern "C"
{
class foo
{
public:
~foo ();
void bar (foo *);
foo ();
};
}