]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/no-duplicate-libs/bar.c
Remove both StorageLive and StorageDead in CopyProp.
[rust.git] / tests / run-make-fulldeps / no-duplicate-libs / bar.c
1 extern void foo();
2
3 void bar() {
4   foo();
5 }