mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2026-03-12 09:41:47 +00:00
11 lines
65 B
Plaintext
11 lines
65 B
Plaintext
VER1 {
|
|
global:
|
|
foo;
|
|
};
|
|
|
|
VER2 {
|
|
global:
|
|
foo;
|
|
} VER1;
|
|
|