8 lines
76 B
OpenEdge ABL
8 lines
76 B
OpenEdge ABL
|
|
%module xxx
|
||
|
|
|
||
|
|
class Foo : public Bar {
|
||
|
|
};
|
||
|
|
|
||
|
|
class Spam : public Bar<int> {
|
||
|
|
};
|