2018-10-21 03:21:16 +03:00
|
|
|
// normalize-stderr-test: "parser:.*\(" -> "parser: $$ACCESS_DENIED_MSG ("
|
|
|
|
// normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
|
2015-02-09 20:01:45 +01:00
|
|
|
|
2018-10-21 03:21:16 +03:00
|
|
|
#[path = "../parser"]
|
|
|
|
mod foo; //~ ERROR couldn't read
|
2013-12-16 17:04:02 -08:00
|
|
|
|
|
|
|
fn main() {}
|