blob: 3327e1d0a0a0f86ee82abbb000824d66e4bdc0f2 [file] [log] [blame]
%module xxx
struct R {};
struct S {
R() {}
};
typedef struct U {
UU() {}
} UU;