1 2 3 4 5 6
// compile-flags: -A bad-style // check-pass fn main() { let _InappropriateCamelCasing = true; }