[JITLink][LoongArch] Support R_LARCH_ALIGN relaxation (#122259)
[llvm-project.git] / lldb / test / API / lang / objc / modules-update / second.m
blobbce925cb05784d2a4e7162ec95a52e9a928f7dd0
1 @import Umbrella;
2 int main() {
3   struct S s = getS(); // break here
4   return s.i;