blob: b694642a9c5d6ba465021dcb7d7b9ae4143bf1e7 [file] [log] [blame]
// normalize-stderr-test: "parser:.*\(" -> "parser: $$ACCESS_DENIED_MSG ("
// normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
#[path = "../parser"]
mod foo; //~ ERROR couldn't read
fn main() {}