summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3845_Regression/local_rettype.idl
blob: a684da60c8f4e97fb180726f79c4e64b5ccdc9ce (plain)
1
2
3
4
5
6
7
8
9
local interface foo
{
};

interface bar
{
  foo bar_op ();
};