[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Object / Inputs / elfver.script
blob1316fcb84c8df6d3b9d248173625da63d5f79dfc
1 VER1 {
2   global:
3     foo;
4 };
6 VER2 {
7   global:
8     foo;
9 } VER1;