michael@0: int foo() __attribute__((constructor)); michael@0: michael@0: int foo() { michael@0: return 0; michael@0: }