Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
consts
/
issue-32829.rs
blob: e02db69c6861d732fe40a5da676ea0058065a533 [
file
] [
log
] [
blame
]
static
S
:
u64
=
{
{
panic
!(
"foo"
);
0
}
};
//~^ ERROR evaluation panicked: foo
fn
main
()
{
println
!(
"{:?}"
,
S
);
}