We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typeof(return)
1 parent 6b348eb commit be31240Copy full SHA for be31240
1 file changed
test/pass_files/declarations.d
@@ -105,6 +105,7 @@ void foo()
105
{
106
__traits(getMember, Foo, "Bar") fooBar;
107
immutable int twice(int x) = 2 * x;
108
+ alias fn = extern(C) typeof(return) function();
109
}
110
111
alias Mt1 = mixin("foo", ".", "bar");
0 commit comments