blob: 782f4932f97f9822e69e8880ba55f62bc0a779cf [file] [log] [blame]
char foo_data __attribute__(( section("FOO") )) = { 0 };
void * __start_FOO;
void * foo() {
return __start_FOO;
}