void main() @safe { import std.typecons: Typedef; import std.array: array; [Typedef!int(1)].array; } DMD 2.066beta4 gives: test.d(4,21): Error: safe function 'D main' cannot call system function 'std.array.array!(Typedef!(int, 0, null)[]).array'
Works with current compiler.