d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / udatypes.d
bloba7f2bfc521f7271d191d2c54d52e581cd66383b6
1 /*
2 TEST_OUTPUT:
3 ---
4 fail_compilation/udatypes.d(8): Error: user-defined attributes not allowed for `alias` declarations
5 ---
6 */
8 alias c_typedef = extern(C) @(1) void* function(size_t);