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