xref: /aosp_15_r20/external/llvm/test/Object/Inputs/elfver.script (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerVER1 {
2*9880d681SAndroid Build Coastguard Worker  global:
3*9880d681SAndroid Build Coastguard Worker    foo;
4*9880d681SAndroid Build Coastguard Worker};
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard WorkerVER2 {
7*9880d681SAndroid Build Coastguard Worker  global:
8*9880d681SAndroid Build Coastguard Worker    foo;
9*9880d681SAndroid Build Coastguard Worker} VER1;
10*9880d681SAndroid Build Coastguard Worker
11