mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
15 lines
232 B
Text
15 lines
232 B
Text
include protocol PTestIndirectProtocolParamSecond;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
struct IndirectParamStruct {
|
|
PTestIndirectProtocolParamSecond actor;
|
|
};
|
|
|
|
union IndirectParamUnion {
|
|
IndirectParamStruct;
|
|
};
|
|
|
|
}
|
|
}
|