Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
uda_lambda.d
blob: df331747a7f1fbf659771968d566e16995e26e66 [
file
] [
log
] [
blame
]
enum
UDA
;
int
fun
()
@UDA
=>
7
;
static
assert
(
fun
()
==
7
);