blob: a7f2bfc521f7271d191d2c54d52e581cd66383b6 [file] [log] [blame]
/*
TEST_OUTPUT:
---
fail_compilation/udatypes.d(8): Error: user-defined attributes not allowed for `alias` declarations
---
*/
alias c_typedef = extern(C) @(1) void* function(size_t);