blob: 13a5bf316ee99af06cc08173236c8bd01bdb72bb [file] [log] [blame]
@import Darwin;
@import myModule;
int main()
{
int a = isInline(2);
int b = notInline();
printf("%d %d\n", a, b); // Set breakpoint here.
}