brintos

brintos / llvm-project-archived public Read only

0
0
Text · 84 B · bce925c Raw
6 lines · plain
1@import Umbrella;2int main() {3  struct S s = getS(); // break here4  return s.i;5}6