Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
0cb272d303ce7ea1dbe9bb5b16228f2008c8d72e
/
.
/
extensions
/
bindgen
/
test
/
main.rs
blob: c5a415d246999042a00f6fff38931227fff69b7a [
file
]
// Analysis test shouldn't need this file.
// This is a workaround until
// https://github.com/bazelbuild/rules_rust/issues/2499
// is fixed
fn
main
()
{
println
!(
"Hello world"
);
}