summaryrefslogtreecommitdiff
path: root/tests/projects/c/linker_scripts/src/foo.map
blob: e593cf4d2b6c895b7885d6ca4216cff6f3aebf12 (plain)
1
2
3
4
5
6
7
{
    global:
        foo;

    local:
        *;
};