blob: e77951d3302c003aec90f8faddab3a89647bb3f6 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=16772
/* TEST_OUTPUT:
---
fail_compilation/fail16772.d(7): Error: function `fail16772.ice16772` cannot return type `ubyte[]` because its linkage is `extern(C++)`
---
*/
extern(C++) ubyte[] ice16772() { return []; }