index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
issues
/
issue-17718-parse-const.rs
blob: e24faeb7d5470a1b8da3c3ed1f1b9875688a0bc4 (
plain
)
1
2
3
4
5
6
7
//@ run-pass
const
FOO
:
usize
=
3
;
fn
main
()
{
assert_eq!
(
FOO
,
3
);
}