blob: 316e681293efdf376b6925c2a31e33d791ebff3b [file] [log] [blame]
// We're only emitting dep info, so we shouldn't be running static analysis to
// figure out that this program is erroneous.
fn main() {
let a: u8 = "a";
}