edit libinterface docs
[satcheck.git] / clang / multi-dep.txt
1 do we properly handle this case?
2
3 lv1 = load_64(&x);
4
5 lv2 = lv1 + 5;
6
7 if (lv2)
8
9 --- lv2 should also be mc-visible