blob: c47f817a7f488a5b097b2bc6f73feb6d0d43ca9c [file] [log] [blame]
typename
f = typename.Foo();
b = typename.Bar();
x = typename.twoFoo(f);
if (x == floor(x))
error("Wrong return type!")
endif
y = typename.twoBar(b);
if (y != floor(y))
error("Wrong return type!")
endif