Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
98c73709cc694a76a4bef8b8e92e92cdb262faef
/
.
/
crates
/
rustversion
/
tests
/
ui
/
bad-not.rs
blob: 058f340f690cd73cee864761fdcbd7fe5f280d26 [
file
]
#[
rustversion
::
any
(
not
)]
struct
S
;
#[
rustversion
::
any
(
not
,
not
)]
struct
S
;
fn
main
()
{}