mirror of
https://github.com/obfuscator-llvm/obfuscator
synced 2026-06-08 16:28:34 +00:00
11 lines
65 B
Plaintext
11 lines
65 B
Plaintext
VER1 {
|
|
global:
|
|
foo;
|
|
};
|
|
|
|
VER2 {
|
|
global:
|
|
foo;
|
|
} VER1;
|
|
|