brintos

brintos / llvm-project-archived public Read only

0
0
Text · 153 B · 13a5bf3 Raw
10 lines · plain
1@import Darwin;2@import myModule;3 4int main()5{6    int a = isInline(2);7    int b = notInline();8    printf("%d %d\n", a, b); // Set breakpoint here.9}10