%module fr
%{

%}

// Test recognition of friends.  Friends should be ignored.

class foobar {
public:

friend int bar(int, double);
friend operator!=(const char &, const char &) {
    }
};
	


syntax highlighted by Code2HTML, v. 0.9.1