Revert "[ELF] Refine isExported/isPreemptible condition"
[llvm-project.git] / compiler-rt / test / ubsan / TestCases / Misc / Inputs / no-interception-dso.c
blob5ccc9b63d7c2821394f1fe1fc230fd847b4870f0
1 int dso_function(int i) {
2 return i + 1;