Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
compile-fail
/
ext-nonexistent.rs
blob: 9b0bd51071b423a6a3576d69a541c974b33507a5 [
file
] [
log
] [
blame
]
// error-pattern:macro undefined
fn
main
()
{
iamnotanextensionthatexists
!(
""
);
}