summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/dep-info-doesnt-run-much/foo.rs
blob: 316e681293efdf376b6925c2a31e33d791ebff3b (plain)
1
2
3
4
5
// 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";
}