mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
7 lines
155 B
D
7 lines
155 B
D
/*
|
|
TEST_OUTPUT:
|
|
---
|
|
fail_compilation/fail10207.d(7): Error: user-defined attributes not allowed for `alias` declarations
|
|
---
|
|
*/
|
|
alias @Safe int __externC;
|