summaryrefslogtreecommitdiffstats
path: root/cmake/weak_symbol.cpp
blob: 902f683ae5b1f16c5afd8e18e0d5235b7cacbaf3 (plain)
1
2
3
void __attribute((weak)) f();

int main() { return 0; }