summaryrefslogtreecommitdiffstats
path: root/test cases/linuxlike/3 linker script/sub/foo.map
blob: e07a7806275a723e19bf0f47b2f0aa1e0fbe19db (plain)
1
2
3
4
5
6
V1_0_0 {
  global:
    "bobMcBob";
  local:
    *;
};