Sign in
fuchsia
/
third_party
/
rust
/
0.8
/
.
/
src
/
test
/
compile-fail
/
static-assert.rs
blob: 019a4b88aedfd0b2983aa6a3643afd49cab610e0 [
file
]
#[
static_assert
]
static
A
:
bool
=
false
;
//~ ERROR static assertion failed
fn
main
()
{
}