Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
missing-main.rs
blob: e531cbdc6cc3a443408193ae6f86681b5f75f24e [
file
] [
log
] [
blame
]
// error-pattern:main function not found
fn
mian
()
{
}