blob: 15542c7bc892f1d8ce72d670ff3777168eb4e0f9 [file] [log] [blame]
%module xxx
class foo {
static const int BAR = 42;
public:
int blah(int x = BAR);
};