[test/Object] - Cleanup the Object\obj2yaml.test a bit.
[llvm-complete.git] / test / Object / Inputs / elfver.script
blob1316fcb84c8df6d3b9d248173625da63d5f79dfc
1 VER1 {
2   global:
3     foo;
4 };
6 VER2 {
7   global:
8     foo;
9 } VER1;