blob: d3a4201ba6070b4eee6ce5d4ac54e6fa044f21b6 [file] [log] [blame]
// compile-flags: -W bad-style
// build-pass (FIXME(62277): could be check-pass?)
fn main() {
let _InappropriateCamelCasing = true;
}