repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git]
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
fail22127.d
blob
c6e3684289e2e2033d041f7cc15ae0c375565be9
1
/* TEST_OUTPUT:
2
---
3
fail_compilation/fail22127.d(101): Error: user-defined attributes are not allowed on `alias` declarations
4
---
5
*/
6
7
// https://issues.dlang.org/show_bug.cgi?id=22127
8
9
#line
100
10
11
alias
getOne
=
@
(
0
)
function int
() =>
1
;