blob: 1c928a91b2679aa37c438cc11d7e75aae01a9191 [file] [log] [blame]
// compile-flags: -D path-statement
fn main() {
let x = 10;
x; //~ ERROR path statement with no effect
}