Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
60141ec232ee2a042c9cdbfde50bbbd17650c408
/
.
/
test
/
bindgen
/
main.rs
blob: c5a415d246999042a00f6fff38931227fff69b7a [
file
] [
log
] [
blame
]
// 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"
);
}