Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
c0505da0d2485f92d1bbff8adb10fbb197852249
/
.
/
examples
/
flag_locations
/
main.rs
blob: cee1077015a7de3636cb8a47b82ff564cb4a2335 [
file
]
#[
test
]
fn
test
()
{
// we should be able to read rustc args from a generated file
if
cfg
!(
test_flag
)
{
return
;
}
unreachable
!();
}