Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
udatypes.d
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
);