mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 08:41:30 -04:00
10 lines
65 B
Text
10 lines
65 B
Text
VER1 {
|
|
global:
|
|
foo;
|
|
};
|
|
|
|
VER2 {
|
|
global:
|
|
foo;
|
|
} VER1;
|
|
|