index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
leak-tag-copy.rs
blob: 5a4ead33365edb8b6314749b762757f529e0b2e9 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
// xfail-boot
tag
t
{
a
;
b
(
@
int
);
}
fn
main
()
{
auto
x
=
b
(
@
10
);
x
=
a
;
}