Files

8 lines
76 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
class Foo : public Bar {
};
class Spam : public Bar<int> {
};