]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/dep-info-doesnt-run-much/foo.rs
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / run-make-fulldeps / dep-info-doesnt-run-much / foo.rs
1 // We're only emitting dep info, so we shouldn't be running static analysis to
2 // figure out that this program is erroneous.
3 fn main() {
4     let a: u8 = "a";
5 }